WordPress 2.9 Sidebar Disappeared
MicroGuy | December 20, 2009As you can see, my sidebar has disappeared. This problem is related to a lack of compatibility with my theme and WordPress 2.9. I will be working on this problem over the next few days and will post my solution soon. I will start my quest here.
Incoming search terms for the article:



Awww ... same theme -- same issue. My sidebar disappeared,
Chrome | December 20, 2009Awww … same theme — same issue. My sidebar disappeared, too. I’ll start a search and rescue mission soon.
Problem fixed! This applies to the Freshy 2.0 theme. Make the
MicroGuy | December 20, 2009Problem fixed! This applies to the Freshy 2.0 theme.
Make the following changes to header.php in the Freshy theme directory:
Find this line:
< div id="page" < ?php echo freshy_layout_class() ?>>Replace with this line:
< div id="page" class="sidebar_right">That’s it. Enjoy!
Thanks for this, I finally got around to fixing mine
Jimmy | May 7, 2010Thanks for this, I finally got around to fixing mine using your tip!
Same thing here, I just needed to add class="sidebar_right" in
karim | May 8, 2010Same thing here, I just needed to add class=”sidebar_right” in the main div of the article page to make it work. Thanks mate!
Just a note that the replacement line should not have
MicroGuy | June 11, 2010Just a note that the replacement line should not have a space between “<” and “div”. Sorry.