• Hi Folks

    Really quick one… how do you replace the site tagline (up in the right hand corner in twentyten) with an image (Well actually an adrotate banner).

    Which bit of code relates to this? (I’m crap with code).

    It’s the part of my site HERE to the right of the rotating ad banner at the top (I want to put another alongside the existing one).

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter clippo

    (@clippo)

    oh yeah, how do I get a space between the banners and the header too?

    I designed the new header with a white space at the top but the header space size is set too small so it crops this bit off…. how does one change the size of the header image space?

    (I’ve gone into the code editor and can’t find this anywhere).

    Don’t edit the Twenty Ten theme. Instead create a child theme for your changes.

    Thread Starter clippo

    (@clippo)

    Thanks! OK…. so assuming I do that, how do I replace the tagline and get the line space in place.

    By creating a customised copy of header.php in the child theme. You would need to replace <div id="site-description"><?php bloginfo( 'description' ); ?></div> with the markup for your image. Then adjust the child’s CSS to suit.

    Thread Starter clippo

    (@clippo)

    thanks… looking at header.php I can see that line, it appears as:

    <div id="site-description"><?php bloginfo( 'description' ); ?></div><?php echo adrotate_group(1); ?></blockquote>

    this confuses me (like I say I am crap with code!)as doesn’t this suggest my adrotate display is already in there somewhere?

    Say my second adrotate display was adrotate_group(2), where shoudl that go?

    You really need to ask the developer of the Ad Rotate plugin these questions.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Repacing Site Tagline’ is closed to new replies.