Get exclusive CAP network offers from top brands

View CAP Offers

Reply To: wpress problem: is_single(x) not working in templated pages.

[bsa_pro_ad_space id=2]
#799713
gumba
Member

Not an expert at all at php/wp but should it not be single quotes like in the code below?
And can’t you use the “is_page_template” instead?

Code:
is_page_template(‘poker.php’)

Or maybe is_page(‘Poker’) instead of is_single if it's a Page not a Post named Poker :)