Home › Forums › Back End › Conditional statement on category.php › Reply To: Conditional statement on category.php
December 13, 2015 at 7:56 am
#235819
Participant
Not working :(
<?php if ( get_query_var('pga') ) {
echo "test";
}
?>