by David Allsop
0 (0 reviews)
Old Post Notice
Automatically display a customizable notice on posts older than a set number of days.
Compatible with WP 6.9.4
v2.2.2
Current Version v2.2.2
Updated 2 months ago
Last Update on 03 Feb, 2026
Refreshed 6 hours ago
Last Refreshed on
Rank
#25,341
—
No change
Active Installs
20+
-31%
KW Avg Position
70.7
—
No change
Downloads
1.7K
+1 today
Support Resolved
0%
—
No change
Rating
0%
Review 0 out of 5
0
(0 reviews)
Next Milestone 30
20+
30+
1,651
Ranks to Climb
-
Growth Needed
8,000,000
Active Installs
Pro
Unlock Exact Install Count
See the precise estimated active installs for this plugin, calculated from real-time ranking data.
- Exact install estimates within tiers
- Track install growth over time
- Milestone progress predictions
Need 1 more installs to reach 30+
Rank Changes
Current
#25,341
Change
Best
#
Downloads Growth
Downloads
Growth
Peak
Upgrade to Pro
Unlock 30-day, 90-day, and yearly download history charts with a Pro subscription.
Upgrade NowReviews & Ratings
0.0
0 reviews
Overall
0%
5
0
(0%)
4
0
(0%)
3
0
(0%)
2
0
(0%)
1
0
(0%)
Tracked Keywords
Showing 3 of 3| Keyword | Position | Change | Type | Updated |
|---|---|---|---|---|
| outdated content alert | 11 | — | Tag | 2 months ago |
| old post notice | 96 | — | Tag | 2 months ago |
| archive post management | 105 | — | Tag | 2 months ago |
Unlock Keyword Analytics
Track keyword rankings, search positions, and discover new ranking opportunities with a Pro subscription.
- Full keyword position tracking
- Historical ranking data
- Competitor keyword analysis
Track This Plugin
Get detailed analytics, keyword tracking, and position alerts delivered to your inbox.
Start Tracking FreePlugin Details
- Version
- 2.2.2
- Last Updated
- Feb 03, 2026
- Requires WP
- 5.5+
- Tested Up To
- 6.9.4
- PHP Version
- 7.4 or higher
- Author
- David Allsop
Support & Rating
- Rating
- ☆ ☆ ☆ ☆ ☆ 0
- Reviews
- 0
- Support Threads
- 0
- Resolved
- 0%
Keywords
Upgrade to Pro
Unlock keyword rankings, search positions, and detailed analytics with a Pro subscription.
Upgrade NowFrequently Asked Questions
Common questions about Old Post Notice
Yes. When editing old posts, you can set a notice and choose whether to replace the default notice or append to it. This is a meta box, so it is compatible with both the Block and Classic editors. On the block editor, the meta box is at the bottom of the page.
Yes. You can view posts with the notice by enabling the dashboard page and/or the dashboard widget.
Yes. Set the styling option to Default, then choose your preferred background and text colors using the color settings.
Yes. Set the styling option to None, then target the old-post-notice class in your CSS to apply custom styles.
Yes. You can use HTML tags in the notice text, including line breaks, formatting tags like <strong> and <em>, and other common HTML elements. The HTML is automatically sanitized for security, so safe tags like <p>, <br>, <strong>, and <em> are allowed, while potentially dangerous tags like <script> are removed.
Yes. Use the old_post_notice_before_append filter hook to add content before an appended notice. For example, if you're appending links to newer posts to your default notice, you can add a general heading before the links with this hook. This will display: [Default notice] + "My Heading" + [Your appended notice].