Listing Latest Post Titles, Date Posted, and Category?
-
Currently I’m creating a latest post area only displays the latest 10 posts’ post title date along with its post titles and category. Currently I’m using the following code to load the latest 10 posts titles:
<?php wp_get_archives('title_li=&type=postbypost&limit=10'); ?>
Unfortunately this only loads the post titles and I need more than that. Note the latest posts area I’m making is relatively large under the content area, so don’t think it’s a little sidebar area.What code or plugin would I need to make it look like a similar structure like:
1/5/09: Post Title 4 – Posted in: Category 4
1/15/09: Post Title 3 – Posted in: Category 3
1/9/09: Post Title 2 – Posted in: Category 2
1/5/09: Post Title 1 – Posted in: Category 1Any help would be greatly appreciated! Thanks for reading and I hope to see some replies.
- The topic ‘Listing Latest Post Titles, Date Posted, and Category?’ is closed to new replies.