Adds a template tag for use on pages which list posts, and to be used
within The Loop. Outputs
a date header to split up the post listings. See
the_date()
template tag docs for usage.
Any issues? Please contact me.
安装:
Upload intermittent_date.php to the /wp-content/plugins/ directory
Activate the plugin through the 'Plugins' menu in WordPress
Edit your theme to use the new template tag:
更新日志:
v1.1 2008/11/17
FIX: Relying on the WP function, the_date, was causing issues. Now pulling the date information from the $post object. Thanks to Erik Mitjans for reporting the bug.