[Plugin: Recent Post] All the dates shows the same
-
Ive been using the WordPress forum to find solutions for all my small problems and so far, Ive found an answer for everything, except this.
On a site im using the plugin ’Recent Post’. Recent post puts the information for the latest five posts in a template through this code:
<?php recent_posts(); ?>And in the administration part of WordPress, in settings, i got this code for output settings:
- {date}: {link}
{link} is showing the post right, taking the title out of a new post but {date} shows only one date and that is the last ones of the five that are shown, in this case 06/09/2009, so the output on the site looks like this, even if the post is created today (12/11/2009):
06/09/2009: post number one
06/09/2009: post number two
06/09/2009: post number three
06/09/2009: post number four
06/09/2009: post number fiveI don’t understand why this is happening. In WordPress when I post a new post the date is correct, but somehow this isn’t shown in Recent post.
Ive tried to just use {date}, remove the ’:’ but without sucess.
Hope that someone can help me with this.
Regards
Patrik
The topic ‘[Plugin: Recent Post] All the dates shows the same’ is closed to new replies.