sungoddass
Member
Posted 1 year ago #
I need help getting my sidebar menu to how on all posts. It only shows on the parent page where I have company information. I would like to show beside all my posts so that people can navigate around my blog. My blog address is http://www.bodywizefitnessandnutrition.com/blog and I am using the standard wordpress template.
look into index.php for the position of the get_sidebar(); line;
edit single.php and page.php and add the same line to the same position.
also change this line:
<div id="content" class="widecolumn" role="main">
to:
<div id="content" class="narrowcolumn" role="main">
sungoddass
Member
Posted 1 year ago #
Thank you for your help. I am not really good at this kind of stuff so I don't know if I can make the changes. I went to index.php and this is what I got.
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|12 Nov 2009 21:54:12 -0000
vti_extenderversion:SR|5.0.2.4803
vti_cacheddtm:TX|12 Nov 2009 21:54:12 -0000
vti_filesize:IR|1344
vti_backlinkinfo:VX|
Same thing is shown on page.php and single.php
The only ones that show any short of template is rtl.css and style.css but I still don't see anything in regards to get_sidebar. I will have to get someone to look at it fcr me.