• Could you please help me put a banner on my blog. I already have a ” Beta ” Banner for it. I just need to put it up. The main problem is that I currently have a link as a banner. There is no image. So, I need to put a banner where the link is. I would like to add tags into the HTML. My blog is https://secfootballblogger.com/ . Thank you all so much for helping.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ethanator1088

    (@ethanator1088)

    will someone please respond.

    Not entirely sure what your wanting but heres what i assume you require.

    You want to replace

    SECFootballBlogger.com with a graphic logo right ?

    Locate your theme folder and put your logo image in a images folder within.

    open up your header.php and find the following

    <?php bloginfo(‘name’); ?>

    Replace that with

    <img src=”images/YOURIMAGE.GIF” alt=”my logo” />

    Where YOURIMAGE.GIF is the filename of your logo. Save that file and now you’ll see a graphic instead of text that links to your homepage.

    Thread Starter ethanator1088

    (@ethanator1088)

    I put my logo “secfootballbloggerlogo.jpg” into my theme image folder in my cpannel. I opened up my theme editor in WordPress and changed the file names just like you said in my header file. There is no change. Did I do something wrong? It actually meassed with the name of my blog not the logo. Are you sure I that is what I was supposed to replace?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘I need help putting a banner on my blog’ is closed to new replies.