/ Published in: PHP
if is home if is page if is single else if
Expand |
Embed | Plain Text
<?php if (is_home()) { ?> <?php } elseif (is_single()) { ?> <?php } ?>
You need to login to post a comment.
if is home if is page if is single else if
<?php if (is_home()) { ?> <?php } elseif (is_single()) { ?> <?php } ?>
You need to login to post a comment.