longsmalls
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: editing #nav containers — adding a tab/link in header – nav baryea boy… now i have every page as a tab :)… working on removing them now
appreciate the help!
Forum: Fixing WordPress
In reply to: editing #nav containers — adding a tab/link in header – nav bari think i fixed it… at least… getting rid of error… I inserted a space before ?> I also corrected before function from ?> to <?
Forum: Fixing WordPress
In reply to: editing #nav containers — adding a tab/link in header – nav barI just entered the first code at the end of the page. I think I am suppose to rename certain parts of the function but it wasn’t very clear to a noob like me where i should be looking for that.
Forum: Fixing WordPress
In reply to: editing #nav containers — adding a tab/link in header – nav barI am trying to add it but this is what i get when trying to add the 2nd part to my header.php.
Warning: Cannot modify header information - headers already sent by (output started at /home/content/03/7861603/html/2011/wp-content/themes/catchthismusic2013/functions.php:101) in /home/content/03/7861603/html/2011/wp-includes/pluggable.php on line 896
I have tried to get rid of spaces.
Forum: Fixing WordPress
In reply to: editing #nav containers — adding a tab/link in header – nav barThanks! I actually just figured it out right before your post! A great sense of achievement! I agree with the custom menu…. thats the next hassle. I have tried to do (due to coming across it several times in searches), but I keep getting a weird code when i update the file about… something with pluggable… have to try again.
Forum: Fixing WordPress
In reply to: editing #nav containers — adding a tab/link in header – nav barI think what I really need to know about is
<div class="inner-container"> <div id="header"> <div id="logo"> <img src="<?php bloginfo('template_url'); ?>/images/logo.png" /> </div> <div id="nav"> <!-- Navigation --> <?php wp_list_pages('orderby=menu_order&title_li=&depth=1&include=4,6,8,10,12,14,80,119,159,448'); ?> </div> <div id="social-nav"> <!-- Navigation -->
I can’t figure out how to get to where I need to in order to edit the nag bar. I want to add a tab to the “home”,”Specs”,”about” etc..
Forum: Fixing WordPress
In reply to: editing #nav containers — adding a tab/link in header – nav barok. I think I did this right. Here is a link to the pastebin