Forums

[resolved] I need help with the header above the header (lol) (3 posts)

  1. WhereIsHipHop
    Member
    Posted 9 months ago #

    Live preview: http://test.whereishiphop.com/

    I was wondering if there was a way to replace the "...." (Blog Title & Description) header with a centered clickable image?

    Also, is there a way to replace the second header image (city) with a 728x90 ad that can be managed through the wp-admin panel?

    CSS:

    [CSS code moderated - the link to your site is enough to access the stylesheets]

    header.php:

    [code moderated - please read http://codex.wordpress.org/Forum_Welcome#Posting_Code ]

  2. peredur
    Member
    Posted 9 months ago #

    Dunno about the second of your questions. Have you looked for a plugin?

    For the first, you just need to add the image link to your template file (header.php, I guess), in the appropriate place.

    I'm assuming that the "...." is showing because that's what you've entered as either site name or description in the Dashboard? If you don't want it to show, the best way is just to get rid of the calls to display it (whatever 'it' is) in the header. I'm guessing they'll be calls to bloginfo().

    I'd do all this in a child theme if possible.

    HTH

    PAE

  3. WhereIsHipHop
    Member
    Posted 9 months ago #

    It worked! Thank you peredur.

Reply

You must log in to post.

About this Topic