Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created June 23, 2020 17:44
Embed
What would you like to do?
Show Only on Genesis Home Page
<?php if(is_front_page() && !is_paged()) : ?>
<?php endif; ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment