May 14, 2009 at 8:14 am
#799713
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 