View Full Version : How to add to the sidebar on the blogs page?
shooptek
02-01-2011, 10:55 PM
I would like to add some features to the sidebar of my website's blog page, but can not figure out how to do so. Even if it means just editing the template of one of the existing features to add a static image with a hyperlink right above it, that will do just fine.
See the attached image for an example of where I am speaking about.
TIA!
shooptek
02-08-2011, 04:27 PM
Any ideas? I am pretty stuck on this.
Lynne
02-08-2011, 04:49 PM
Go to the template blog_list_entries and find this line and just add your div/block above it:
<div class="block" id="whatsnewsidebar">
If you look at the others, you should make it something like this:
<div class="block">
<h5 class="blocksubhead smaller">title</h5>
<div class="blockbody">stuff</div>
</div>
It may not be totally accurate - take a look at the other blocks to verify the format.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.