Old Post Notice

설명

Simple plugin to display a notice on all posts that are older than a specified number of days.

It is particularly beneficial for blogs with numerous older posts, as it allows you to alert your visitors that the information may be outdated.

Features

  • Enable or disable the notice
  • Set your own notice text
  • Insert the post published/modified date in the notice
  • Set how many days old a post needs to be for the notice to display
  • Display based on the published or modified date of the post
  • Position the notice above or below the post content
  • Default styling included
  • Color options for the background/text color
  • Styling can be disabled to allow styling via custom CSS
  • Dashboard page under the posts menu that lists all posts displaying the old post notice
  • Dashboard widget that lists a selection of posts displaying the old post notice

Usage

After installation you’ll find the settings in Settings > Old Post Notice, once enabled the notice will appear as per the settings you have applied on old posts.

Contribute

Help contribute towards the development of this plugin via the GitHub repository.

You can also help translate this plugin into your language.

스크린샷

  • Notice
  • Settings
  • Page
  • Widget

설치

Installation

Please see this documentation.

Updates

Please see this documentation.

Minimum Requirements

  • PHP 7.0.0
  • WordPress 5.0.0

FAQ

Can I see a list of posts displaying the old post notice?

Yes. Enable the dashboard page and/or widget setting.

Can I set the colors?

Yes. Ensure the styling setting is set to default, then use the color settings to choose your colors.

Can I use my own custom CSS?

Yes. It is best to set the styling setting to none, then use the old-post-notice class to apply your custom CSS rules.

후기

모든 1 평가 읽기

기여자 & 개발자

“Old Post Notice”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Old Post Notice”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Old Post Notice”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.3.2 – 2024-11-10

  • Update: Contribute information

1.3.1 – 2024-11-04

  • Remove: Sponsor information

1.3.0 – 2024-10-16

  • Add: Dashboard widget posts setting
  • Update: Color variables naming consistency to match option names
  • Update: register_setting sanitize callback

1.2.1 – 2024-10-09

  • Add: Days setting max attribute
  • Update: Dashboard page configure settings button renamed
  • Update: Dashboard widget title changed
  • Update: Information in readme.txt
  • Update: Nag text

1.2.0 – 2024-10-07

  • Add: Dashboard page under the posts menu that displays all posts that are displaying the old post notice, disabled by default
  • Update: Dashboard widget now loads a limited amount of data and includes a link to view all via the dashboard page
  • Update: Dashboard widget now loads data via AJAX
  • Update: Dashboard widget visibility only to users with edit_posts capability

1.1.0 – 2024-10-04

  • Add: Dashboard widget displaying a selection of posts that are displaying the old post notice, disabled by default
  • Update: Public CSS for old post notice is now only enqueued if the old post notice setting is enabled and the styling setting is not none

1.0.1 – 2024-10-02

  • Add: Donate link in readme.txt
  • Update: Conditions in uninstall.php
  • Update: FAQs in readme.txt

1.0.0 – 2024-10-01

  • New: Initial release