• Hello,
    I just want to add a banner in between the header and the first post(I mean the post at the top).How can I do this.please help me out.

    thanks,

    robinsun

    NSFW

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you looked at the header.php file for your theme?

    Thread Starter robinsun

    (@robinsun)

    Not yet.How can I put up banner using that header.php?
    thanks

    The header.php file contains code that shows the header, and what follows after it.

    For instance, here is a sample header.php:

    — stuff at the beginning —

    <div id=”header”>

    — code and stuff here —

    </div>

    <div id=”content”>

    Sounds to me like you are trying to add something between the header and content divs – so, you could either append it to the end of your header div or add another div in between the two.

    Thread Starter robinsun

    (@robinsun)

    Thanks Metlin,it works

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding Banner’ is closed to new replies.