Advertisement
isaacadams

WP-home

Apr 22nd, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php if( is_front_page() ): ?>
  2. <?php elseif( is_page() ): ?>
  3. <?php elseif ( is_single() ): ?>
  4. <?php elseif ( is_home() ): ?>
  5. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement