Hi: Again, any help that can be offered it much appreciated!
My blog has a feature page set as the main page, and the blog/posts page is a separate page.
I want the content sidebar (really, extra footer, I suppose) to show on the blog page but not the feature pages.
I have unchecked the "show content sidebar" on all feature pages, and checked it on the blog page, but it does not show.
I am clearly missing something....any suggestions?
Thanks!
(BTW: WP 2.9)
Eco: getting content sidebar to show on blog/post pages only
Started by
jweinberger
, May 25 2010 10:14 PM
2 replies to this topic
#1
Posted 25 May 2010 - 10:14 PM
#2
Posted 26 May 2010 - 01:53 AM
the blog page doesn't support custom WP fields that are page specific. Its a WP thing.
To fix we can edit the code in the _posts.php file
just add this:
`include(THEME_LIB.'/_contentsidebar.php');`
under `require(THEME_LIB.'/template_posts.php');` in index.php.
Should add it for you
#3
Posted 28 May 2010 - 04:14 AM
thanks!!









