Changing the bottom footer links to show 'Pages' – Should be easy?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #3067
    wesleychandler
    Participant

    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!)

    #3068
    tekita
    Participant

    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!

    #3069
    tekita
    Participant

    tekita said:
    Hi,

    Just replace this line <?php wp_list_categories( \\\’title_li=\\\’ ); ?>, to this 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!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.