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

sidebar error on 404 #195

Closed neilberry001 closed 11 years ago

neilberry001 commented 11 years ago

<?php if(!is_404()) : ?> <?php if ( 0 == get_post_type_object( get_post_type() )->_builtin ) : ?> <?php get_template_part( 'templates/partials/sidebar', 'cpt-example' ); ?> <?php endif; ?> <?php endif; ?>