Skip to content

Instantly share code, notes, and snippets.

@mjinayan80
Created October 25, 2017 07:35
Show Gist options
  • Save mjinayan80/6a8b62312790750baa9c2ea27c1378e7 to your computer and use it in GitHub Desktop.
Save mjinayan80/6a8b62312790750baa9c2ea27c1378e7 to your computer and use it in GitHub Desktop.
Homepage only look wordpress
<?php if( is_home() || is_front_page() ) : ?>
<!-- Homepage Only Code -->
<?php else : ?>
<!-- Other Page Code -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment