Activate the plugin through 'Plugins WordPress...
The best way to provide the last modified timestamp to search engines is by using plugin to add XML sitemap for your website.
This is special kind of document which provides information to search engines about all the content on your website, including when each was last modified.
This allows search engines to reference single file to know what content has changed on your whole website since it was last indexed, rather than recrawling every page..
This plugin may be used to display the last modified date and time to reader on your website, but it's not intended as tool for SEO...
Attributes datef specify date format using the PHP date format. timef specify time format using the PHP date format. sep specify the text you want to use to separate the date & time. format define the output format using placeholders %date%, %time%, and %sep%.
By default, the plugin mimicks the time & date formats used in the context that WordPress uses..
To customize the in context, filter may be used. last modified timestamp defaults allows default values to be filtered.
For example, if you wanted to change the time format in the admin messages that appear after post is modified to 24hr format with leading zeros, add this to your theme's functions php function my lmt defaults { $d = 'H i return $d } add filter ..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more