I am a super newbie and cannot figure out how to use the Last Modified plugin. Can someone please give me some direction or at least point me in the right direction? Just a little help please?
This is what the instructions read for the plugin:
Instructions:
Place the function call in "The Loop" wherever you want the last modified date/time to appear.
<?php mdv_last_modified(); ?>
Configuration:
You can pass it a date/time format (http://us4.php.net/date)
Example: mdv_last_modified('l dS of F Y h:i:s A')
I have read about The Loop, I just don't know where to put the code and how to get it to show on my pages. I have the plugin installed and activated and tried to put it in The Loop, but nothing happened.
Since WordPress 2.1 that plugin has been redundant. The following template tags are built-in:
http://codex.wordpress.org/Template_Tags/the_modified_date
http://codex.wordpress.org/Template_Tags/the_modified_time
These tags must reside in The Loop to work correctly.
I had been reading the exact links you mentioned. Thank you for the information, I just think I am really low in understanding the "techie" aspect! I just can't figure out "where" The Loop is located. I thought it was in Dashboard under presentation and then Theme editor? I tried putting the code in there where I thought The Loop was, but nothing showed up on my webpage. Any pointers from here?
1. What theme are you using?
2. Where exactly are you looking to have it displayed? And by this I do not mean just the location on the page, but what page(s).
Sorry it took so long for the reply and I greatly appreciate your patience with my inexperience. I FINALLY figured out how to edit the code and work in the last modified date! Yeah for me! Thank you again!
Maria