Changeset 3285708
- Timestamp:
- 05/01/2025 03:01:51 PM (11 months ago)
- Location:
- post-updated-date/trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
-
includes/settings-page.php (modified) (3 diffs)
-
post-updated-date.php (added)
-
posts-modified-date.php (deleted)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post-updated-date/trunk/includes/settings-page.php
r3285691 r3285708 4 4 function awd_add_settings_submenu() { 5 5 add_options_page( 6 'Post s Modified Date Settings',7 'Post s Modified Date',6 'Post Updated Date Settings', 7 'Post Updated Date', 8 8 'manage_options', 9 'awd-post s-modified-date-settings',9 'awd-post-updated-date-settings', 10 10 'awd_render_settings_page' 11 11 ); … … 28 28 ?> 29 29 <div class="wrap"> 30 <h1 style="margin-bottom: 20px;">Post s Modified Date Settings</h1>30 <h1 style="margin-bottom: 20px;">Post Updated Date Settings</h1> 31 31 <form method="post" action="options.php"> 32 32 <?php settings_fields('awd_modified_date_settings_group'); ?> … … 78 78 <!-- New Position Selection --> 79 79 <tr> 80 <th scope="row">Position of Modified Date</th>80 <th scope="row">Position of Updated Date</th> 81 81 <td> 82 82 <select name="awd_modified_date_position" style="width: 150px;"> -
post-updated-date/trunk/readme.txt
r3285694 r3285708 1 === Post s Modified Date ===1 === Post Updated Date === 2 2 Contributors: mag_oberon 3 3 Tags: posts, last-modified, post modified, modified time, last updated … … 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Use Post s Modified Date Plugin to display the Last Updated Date in WordPress Posts.10 Use Post Updated Date Plugin to display the Last Updated Date in WordPress Posts. 11 11 12 12 == Description == 13 13 14 **Easily highlight your post update date with the “Post s Modified Date” plugin!!!**14 **Easily highlight your post update date with the “Post Updated Date” plugin!!!** 15 15 16 16 This plugin is a great tool for bloggers and content creators who updates their posts/contents frequently. It lets you automatically display the last updated date on each post, either above or below the content. With flexible styling options, you can easily **customize the text, appearance, prefix, and position** to fit your site’s look and feel. … … 22 22 For example, if your post **Published on April 28, 2025**, and you found out two days later that there was an update to the post. You can just edit the post, and it will show "**Last Updated on: April 30, 2025**" either before or after the post content, based on your settings. Still there showing original published date in post info. So you're going to show both dates published and updated to the readers. And this will help you to notice your readers that blog is always updated. 23 23 24 Just simply install **Post s Modified Date** plugin, set your preferences, and the plugin handles the rest.24 Just simply install **Post Updated Date** plugin, set your preferences, and the plugin handles the rest. 25 25 26 26 == 🗝️ Key Features ==
Note: See TracChangeset
for help on using the changeset viewer.