Forums
(@lyon71)
10 years, 1 month ago
Thanks Eric
I had to add is_singular() to the second line though to make it work in my child theme:
is_singular()
if ( is_singular() || is_home() || is_page_template( 'showcase.php' ) || is_page_template( 'sidebar-page.php' ) ) {