WordPress if page type is conditional

<?php if(is_category()){ ?> <?php single_cat_title(); ?> <?php }else if ($second_condition){ ?> /*$first_condition is false and $second_condition is true*/ <?php }else{ ?> <?php the_title();?> <?php } ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.