|
Recent posts PHP call in WP sidebars
Does anyone know the php call for recent posts in Wordpress?
I have this for pages:
<?php wp_list_pages('sort_column=menu_order&title_li='); ?>
I tried this for posts:
<?php wp_list_posts('sort_column=menu_order&title_li='); ?>
Didn't work LOL. It must be there somewhere. Any ideas?
|