Skip to content

Instantly share code, notes, and snippets.

@asufian97
Created October 13, 2017 09:47
Show Gist options
  • Save asufian97/5ceb4926c3fa1263d8bbc61cebe237ee to your computer and use it in GitHub Desktop.
Save asufian97/5ceb4926c3fa1263d8bbc61cebe237ee to your computer and use it in GitHub Desktop.
homepage-only
<?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