/ Published in: PHP
if is home if is page if is single else if
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php if (is_home()) { ?> <?php } elseif (is_single()) { ?> <?php } ?>