Skip to content

Instantly share code, notes, and snippets.

@weartstudio
Created October 1, 2017 14:33
Show Gist options
  • Save weartstudio/6c65d7644361a995339263551a7a01e9 to your computer and use it in GitHub Desktop.
Save weartstudio/6c65d7644361a995339263551a7a01e9 to your computer and use it in GitHub Desktop.
WordPress: Hide content from home if paged.
<?php if( is_home() && !is_paged() ) : ?>
<!-- The content what do you want to hide. -->
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment