Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Conditional statement on category.php Reply To: Conditional statement on category.php

#235819
amidigital
Participant

Not working :(

<?php if ( get_query_var('pga') ) {
  echo "test"; 
} 
?>