![]() |
no date, author name or comment
I have added a blog post to my front page and all seems to be working well except I have lost the date, author name and comment. What have I deleted and from where? :)
|
Re: no date, author name or comment
Quote:
HTH, |
Re: no date, author name or comment
I know the theme doesn't but I am talking about the blog post which usually does have author, date and comment. This is the code I have used:
<?php $recent = new WP_Query("cat=&showposts=1"); while($recent->have_posts()) : $recent->the_post();?><h2><?php the_title(); ?></h2><?php the_content(__('Read more'));?> |
Re: no date, author name or comment
Quote:
Quote:
HTH, |
Re: no date, author name or comment
Thank you, I will give it a try.
|
| All times are GMT -5. The time now is 06:45 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.