Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter surfsquish

    (@surfsquish)

    Bump. Please help

    Open the header.php file, or view it in your editor under “Appearance” and look for this line:

    <div id="branding">
    				    		<div id="blog-title"><span><a href="http://themeshaper.com/demo/thematic/" title="The Thematic Theme Framework" rel="home">The Thematic Theme Framework</a></span></div>
    				    		<h1 id="blog-description">Just another WordPress weblog</h1>
    		    				    	</div><!--  #branding -->

    I’m guessing you want the logo either next to the blog title, or replacing the blog title? You could do something like:

    <div id="branding">
    				    		<div id="blog-title"><span><a href="http://themeshaper.com/demo/thematic/" title="The Thematic Theme Framework" rel="home"><img src="logo.jpg">The Thematic Theme Framework</a></span></div>
    Thread Starter surfsquish

    (@surfsquish)

    Thanks so much, I will try it out.

    Thread Starter surfsquish

    (@surfsquish)

    i used the following method to create add a logo:

    http://www.cozmoslabs.com/2009/05/28/add-a-header-image-to-thematic-the-easy-way/comment-page-1/#comment-2622

    Basically I created a child theme and edited the functions.php file with the code in the link above.

    Now, I’m getting the following error:

    Warning: fopen(/tmp/phpRRBjTy) [function.fopen]: failed to open stream: Success in /home/content/a/b/e/aberrad/html/wp-content/themes/Thematic Child Theme/functions.php on line 24

    Warning: fclose(): supplied argument is not a valid stream resource in /home/content/a/b/e/aberrad/html/wp-content/themes/Thematic Child Theme/functions.php on line 26

    Anyone knows what the problem is?

    Thread Starter surfsquish

    (@surfsquish)

    bump..:)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘how do you add a logo to the thematic theme’ is closed to new replies.