Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created June 23, 2020 17:46
Embed
What would you like to do?
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