Zidalgo Wordpress Forums | Remove the duplicate "pages links" footer

You must be logged in to post Login Register

Search Forums:


 






Remove the duplicate "pages links" footer

UserPost

9:49 pm
May 24, 2011


ConnerL

Member

posts 6

1

Post edited 9:49 pm – May 24, 2011 by ConnerL


HI, i've searched the forum but couldnt find any posts relating to my question..


Basically, i would like to remove the duplicate "pages links" on the footer and only have them show at the top.


What file do i need to edit to remove these duplicate footer page links?


thanks in advance ;)
Conner

3:26 am
May 25, 2011


ConnerL

Member

posts 6

2

solved – edited footer.php.. removed


  <ul class="nav">
      <?php wp_list_pages('sort_column=menu_order&depth=1&title_li=&exclude='.get_option('Z_nav_exclude')); ?>
    </ul>