chris-melchior
Member
Posted 2 years ago #
I've set up a new blog, and everything is fine except I don't get the menu widgets when I go to a Post. They are there on the main page, Pages, Archives, etc. but not there on posts!!!
If you want to have a look, it's . . .
http://www.chris-melchior.com/Evolutions-Blog/
How to solve this problem??
thanks in advance for any advice :)
Chris
It look like the theme is supposed to behave that way? Maybe I'm wrong.....but when you go to a single post, your content moves from being in the left column, to being centered. I believe you are using the default theme
single.php references widecolumn as a class for the content
index.php reference narrowcolumn as a column for the content
so....to change the behaviour, you would need to model single.php after index.php to include the sidebar, and use narrowcolum rather than widecolumn class
chris-melchior
Member
Posted 2 years ago #
Ah, OK, I'll try that.
thanks very much.
Chris
chris-melchior
Member
Posted 2 years ago #
Yes, changing to narrowcolumn and adding Get SideBar, worked.
thanks!
Chris