Forums

How to insert image in header of seo basics theme? (4 posts)

  1. onemillion
    Member
    Posted 4 years ago #

    I'd like to insert an image to take up the whole header in the seo basics theme. Here is our site:
    http://palintones.com

    At the seodesignsolutions.com blog
    (http://www.seodesignsolutions.com/blog/wordpress-seo/introducing-the-seo-basics-optimized-wordpress-theme/)
    it says: "SEO Basics allows you to easily change the banner image in the header. All you have to do is upload an 800-pixels-wide image to your server, and then paste in the URL on the “Header Settings” page under Design."

    But there is no "Header Settings" page under Design in my seo basics theme.

    Does anyone here have any insight? Any and all help greatly appreciated.

    Thank you.

  2. empressmaruja
    Member
    Posted 4 years ago #

    I actually have the same problem as well. I am very much interested in changing my header image. Thanks!

  3. empressmaruja
    Member
    Posted 4 years ago #

    I tried replacing the header image manually. At the theme editor, edit the header.php and look for the header div:

    <div id="header">
    		<h1 id="blog-title"><span><a href="<?php bloginfo('home') ?>/" title="<?php echo wp_specialchars( get_bloginfo('name'), 1 ) ?>" rel="home"><?php bloginfo('name') ?></a></span></h1>
    		<div id="blog-description"><?php bloginfo('description') ?></div>
    </div><!--  #header -->

    Then, replace

    <?php bloginfo('name') ?>

    with the image tag such as this:

    <img src="INSERT IMAGE URL HERE">

    You have to remove your blog description as well.

  4. SEO Design Solutions
    Member
    Posted 4 years ago #

    We have fixed that in the SEO Basics new version 1.1 and you can download the updated theme.

    SEO Basics allows you to easily change the banner image in the header. All you have to do is upload an 800-pixels-wide image to your server, and then paste in the URL on the “Header Settings” page under Design.

    Enjoy....

Topic Closed

This topic has been closed to new replies.

About this Topic