Hey Guys,
I think this should be an easy answer, but I just can’t seem to find out how to do this. Instead of showing categories on the bottom of the website where the footer.php sits, I’d like it to show ‘Pages’ I create.
I’ve seen people do it, but I’m not sure how!
Thanks in advance! (great theme by the way!)
Hi,
Just replace this line <?php wp_list_categories( \’title_li=\’ ); ?>, to this other one <?php wp_list_pages( \’title_li=\’ ); ?> in functions.php file.
function minimatica_nav_menu() { ?>
<div id=\”primary-nav\” class=\”nav\”>
</div><!– #primary-nav –>
<?php
}
and that\’s all!