Greetings :)
I have attempted to install the recent posts plugin, however I cannot get it to show up.The plugin came with no detailed instructions, just the php file and the comment to "write this to show the LAST POST =>
you can replace 8 with any number you want to show the posts
".
I attempted to add several different codes I saw posted here but nothing work.
Any help in getting this plugin to work would be most appreciated.
Btw, yes I did activate in the admin area and below are several different codes I tried to use in the sidepar to no avail.
------------------------
LAST POST =>
-------------------------
- <?php if (function_exists('get_recent_posts')) get_recent_posts(); ?>
----------------------------
- <?php mdv_recent_posts(); ?>