Closed getdave closed 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?>
Conditionals for sidebar c3b7f25fc55bfbea97b0bbcef77b7e2031491615
@getdave made a working example out of the cpt sidebar 2373906697f0c8386f0b52d66e788f175776a526
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