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
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
Have you looked at the header.php file for your theme?
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.
Thanks Metlin,it works
This topic has been closed to new replies.