Awesome thanks I got it 🙂
Okay and last thing XD How do you make it so it only shows latest 5? 😐 -is still learning all this php stuff haha
No no I want it to show the title only and possibly date and they click the title to go to the post.
For example this
<h2><?php _e('Latest Highlights'); ?></h2>
<ul><?php wp_get_archives('type=postbypost&limit=5'); ?></ul>
Shows all latest post titles. But I want it to only show the post titles from that certain category…and if possible add in the date it was posted also.