You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add features to WordPress to facilitate periodic review of old posts and pages. What this review is checking will vary from site to site. In general, it's a way to ensure content is up-to-date and meets current site standards, character, etc. I may write my own plugin for this purpose, but wanted to propose it to y'all since I thought it would fit in well with your existing features.
Essential features:
New field for posts and pages: review-date
When content is published or schedule to be published, the review-date field is set to the current date
Add button to the Publish box of the Pages Add New Screen named "Mark as Reviewed" to change the review-date field to the current date
Add button to the Toolbar when viewing posts and pages named "Mark as Reviewed" to change the review-date field to the current date
A page in WordPress administration that can sort posts by the review-date field
Additional potential features:
Add a needs-revision field with boolean values, set to false by default on all posts and pages. This could be useful both to mark failed reviews and for pages rushed to publication that are still incomplete.
New user group named content-reviewers (It's probably fine to just give editors this, but some teams might want to have low-skilled team members checking pages.)
Optional additional features to enable via plugin preferences
When content is modified, prompt to ask if review-date should be updated.
Somehow remind users if any posts or pages have review-date older than a specified time period (eg. 1 year)
The text was updated successfully, but these errors were encountered:
I would like to add features to WordPress to facilitate periodic review of old posts and pages. What this review is checking will vary from site to site. In general, it's a way to ensure content is up-to-date and meets current site standards, character, etc. I may write my own plugin for this purpose, but wanted to propose it to y'all since I thought it would fit in well with your existing features.
Essential features:
review-date
review-date
field is set to the current datereview-date
field to the current datereview-date
field to the current datereview-date
fieldAdditional potential features:
needs-revision
field with boolean values, set to false by default on all posts and pages. This could be useful both to mark failed reviews and for pages rushed to publication that are still incomplete.content-reviewers
(It's probably fine to just give editors this, but some teams might want to have low-skilled team members checking pages.)Optional additional features to enable via plugin preferences
review-date
should be updated.review-date
older than a specified time period (eg. 1 year)The text was updated successfully, but these errors were encountered: