Skip to content

Instantly share code, notes, and snippets.

@Asikur22
Forked from raselahmed7/homepage-only
Last active April 10, 2019 15:28
Show Gist options
  • Save Asikur22/3600151b3b706563156a to your computer and use it in GitHub Desktop.
Save Asikur22/3600151b3b706563156a to your computer and use it in GitHub Desktop.
[WordPress Homepage Only] #ConditionalTag
<?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