Plugin Directory

Changeset 3285708


Ignore:
Timestamp:
05/01/2025 03:01:51 PM (11 months ago)
Author:
mag_oberon
Message:

updated

Location:
post-updated-date/trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • post-updated-date/trunk/includes/settings-page.php

    r3285691 r3285708  
    44function awd_add_settings_submenu() {
    55    add_options_page(
    6         'Posts Modified Date Settings',
    7         'Posts Modified Date',
     6        'Post Updated Date Settings',
     7        'Post Updated Date',
    88        'manage_options',
    9         'awd-posts-modified-date-settings',
     9        'awd-post-updated-date-settings',
    1010        'awd_render_settings_page'
    1111    );
     
    2828    ?>
    2929    <div class="wrap">
    30         <h1 style="margin-bottom: 20px;">Posts Modified Date Settings</h1>
     30        <h1 style="margin-bottom: 20px;">Post Updated Date Settings</h1>
    3131        <form method="post" action="options.php">
    3232            <?php settings_fields('awd_modified_date_settings_group'); ?>
     
    7878                 <!-- New Position Selection -->
    7979                <tr>
    80                      <th scope="row">Position of Modified Date</th>
     80                     <th scope="row">Position of Updated Date</th>
    8181                     <td>
    8282                     <select name="awd_modified_date_position" style="width: 150px;">
  • post-updated-date/trunk/readme.txt

    r3285694 r3285708  
    1 === Posts Modified Date ===
     1=== Post Updated Date ===
    22Contributors: mag_oberon
    33Tags: posts, last-modified, post modified, modified time, last updated
     
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
    99
    10 Use Posts Modified Date Plugin to display the Last Updated Date in WordPress Posts.
     10Use Post Updated Date Plugin to display the Last Updated Date in WordPress Posts.
    1111
    1212== Description ==
    1313
    14 **Easily highlight your post update date with the “Posts Modified Date” plugin!!!**
     14**Easily highlight your post update date with the “Post Updated Date” plugin!!!**
    1515
    1616This 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.
     
    2222For 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.
    2323
    24 Just simply install **Posts Modified Date** plugin, set your preferences, and the plugin handles the rest.
     24Just simply install **Post Updated Date** plugin, set your preferences, and the plugin handles the rest.
    2525
    2626== 🗝️ Key Features ==
Note: See TracChangeset for help on using the changeset viewer.