• Can someone help me with this PHP IF statement. I want to say if the single_month_title is true then do nothing but if it isn’t set then display the category.

    <?php if(isset($_GET['single_month_title'])) { } else { ?><?php the_category(); ?><?php }; ?>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘PHP IfIsset’ is closed to new replies.