mscheperle
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Themes and Templates
In reply to: Edit navigation links on custom themeThanks a ton paulwpxp, WPyogi, and MisterManu.
I’m going to backup the site first, and then update WordPress.
Just to clarify: I should not add any of the suggested code to my functions.php file or my CSS?
Forum: Themes and Templates
In reply to: Edit navigation links on custom themeI believe you are right. Here’s what the code looks like:
<body <?php body_class(); ?>> <div class="top wrapper"> <div class="container"> <ul class="header nav"> <?php wp_list_pages('title_li=&include=13'); ?> <?php wp_list_categories('title_li=&include=7&hide_empty=0'); ?> <?php wp_list_pages('title_li=&include=19'); ?> <?php wp_list_categories('title_li=&include=1&hide_empty=0'); ?> <?php wp_list_pages('title_li=&include=9,6'); ?> </ul>I’m not sure how to add the link though. Here it is:
http://thesaucetool.blogspot.com/Forum: Themes and Templates
In reply to: Edit navigation links on custom themeThanks for the quick reply. I figured out that the navigation is css sprites. I found where I can edit the sprite image to change the look of the navigation buttons, but I am unable to edit the links.
I checked the index.php, but did not see where I could edit the links. The sprites section in the style.css did not have the links either.
Thanks again paulwpxp. Any additional help is much appreciated.
Viewing 3 replies - 1 through 3 (of 3 total)