Jump to content
Sign in to follow this  
jweinberger

Eco: getting content sidebar to show on blog/post pages only

Recommended Posts

jweinberger

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)

Share this post


Link to post
Share on other sites
Andrew

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 :)

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×