Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created June 23, 2020 17:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AbhishekGhosh/ffddbf73b975a1a4e526e3b09c6989c5 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/ffddbf73b975a1a4e526e3b09c6989c5 to your computer and use it in GitHub Desktop.
Genesis Home Page with div
<?php if(is_front_page() && !is_paged()) : ?>
<div id="pagewrap-tcw"></div>
</div>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment