BigScaryRobot
Member
Posted 1 year ago #
Hey,
I'm using the Mt-Dark theme on this site: http://notstepfordwives.com/bonnie/
What I'm trying to do is edit the paths/urls of the navigation buttons ('home' and 'tessie'). I can't seem to find where to edit them in the php files. These buttons are created when you make new pages, if that helps.
Thanks! :)
the links are probably done with wp_list_pages() in header.php (?)
http://codex.wordpress.org/Function_Reference/wp_list_pages
BigScaryRobot
Member
Posted 1 year ago #
Any idea how to edit it? I see ?php wp_list_pages('sort_column=ID&depth=3&title_li=');?> but I have no idea how to add different links.
Thanks.