Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: How to add “Text Box” in sidebar in Inove theme???


chrishajer
Participant

@chrishajer

Add the code to your sidebar.php, just follow the same format as the other two boxes that are there. Then put your code in between the opening and closing tags. It would be a new block of code looking something like this:

<!-- ads START -->
<div class="widget">
<h3>Please visit our sponsors</h3>
MHYD PASTE AD CODE HERE
<div class="fixed"></div>
</div><!-- end widget -->
<!-- ads END -->

Just put that wherever you want in the sidebar, before or after whatever else is there. Just make sure you don’t post it into the middle of some other div and break the sidebar.

I don’t know of a bbPress theme with the concept of widgets. So you’ll have to edit sidebar.php manually to achieve what you want.

Skip to toolbar