How can you exclude pages from this recent posts widget? I only want to see recent posts, not recent pages.
How can you exclude pages from this recent posts widget? I only want to see recent posts, not recent pages.
The default template tag excludes pages
<?php mdv_recent_posts(); ?>
but if you have other settings then
<?php mdv_recent_posts(10, '', '<br />', true, 5, false, false); ?>
that last 'false' is to NOT display pages.
This topic has been closed to new replies.