getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Add conditionals to standard sidebar #180

Closed getdave closed 11 years ago

getdave commented 11 years ago

Currently standard sidebar includes lots of other sidebar templates. Some of these (eg: Archives and Categories) we would only like to show on Blog pages.

Add conditional using

<?php if (tanlinell_is_blog_page()) { // only for Blog/News pages?>
neilberry001 commented 11 years ago

Conditionals for sidebar c3b7f25fc55bfbea97b0bbcef77b7e2031491615

@getdave made a working example out of the cpt sidebar 2373906697f0c8386f0b52d66e788f175776a526