<?php if (function_exists('akpc_most_popular')) { akpc_most_popular(); } ?>
How can I adjust this call so that only posts are included in the returned results? I want to ensure that all posts from any category are included, but never include any pages.
Thanks in advance!