WordPress is_home() conditional tag not working
-
<?php
if ( is_home() ) {
// This is a homepage
} else {
// This is not a homepage
}
?>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WordPress is_home() conditional tag not working’ is closed to new replies.