Help with edit on theme header

  • Unknown's avatar

    Hello, I need help!

    I’m currently using the Freshblue Idea theme and here’s what it says to edit the header to display just text:

    If don't want an image delete the line below and place the following:
    <div id="h1"><h1><a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1></div>
    -->
    <div id="logo" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></div>
    
    	<div id="tabs1">
    		<ul>
    			<li><a href="<?php bloginfo('url'); ?>" title="Home">Home</a></li>
    			<?php wp_list_pages('depth=1&title_li='); ?>
    		</ul>
            </div>
    </div>

    That isn’t the most clear directions, I’ve tried everything, what do I edit?

  • Unknown's avatar

    Are you hosted on wordpress.com? If so, you can’t change this. We can’t edit the PHP / HTML here.

  • Unknown's avatar

    no, I installed wordpress onto my server. I’m not asking you to edit it here, just what do the instructions call for? Place the following where, etc.

  • Unknown's avatar

    I’m pretty sure they mean to delete the line containing div id="logo" and replace it with the line containing div id="h1"

    Most of the people on the forum here won’t know about these types of things; you’ll generally need to ask on the wordpress.org forums.

  • Unknown's avatar

    that did it. thank you very much!

  • The topic ‘Help with edit on theme header’ is closed to new replies.