Linux 软件免费装

Latest Post Date

开发者 simonwheatley
更新时间 2008年10月27日 18:31
捐献地址: 去捐款
PHP版本: 2.0 及以上
WordPress版本: 2.6.2

标签

post themes latest post dates template tag

下载

1.01

详情介绍:

Adds two template tags, latest_post_date() and latest_post_modified_date(), the first echoes the most recent post publication date, the second echoes the modification date of the most recently modified post. Each template tag takes two params: $date_format, standard WP date formatting string (defaults to the default date formatting for your WP blog), and $echo, display the date, if TRUE, or return the date to be used in PHP, if FALSE, (defaults to TRUE). For example: <?php latest_post_date( 'l, F j, Y', TRUE ); ?> would return a date similar to Friday, September 24, 2004 for use in PHP. Another example: <?php latest_post_date(); ?> would echo a date in the default formatting for your WP blog. Is this plugin lacking a feature you want? I'm happy to discuss ideas, or to accept offers of feature sponsorship: contact me and we can have a chat. Any issues: contact me.

安装:

The plugin is simple to install:
  1. Download latest-post-date.zip
  2. Unzip
  3. Upload latest-post-date directory to your /wp-content/plugins directory
  4. Go to the plugin management page and enable the plugin
  5. Give yourself a pat on the back

更新日志:

v1 2008/10/27 v1.01 2008/10/27