GP Hooks is_front_page() not working
Hi I am using latest GP Pro and WP versions. For some reason when i try to use the following code in GP Hooks it always tells me i’m on front page. Used within ‘Inside Content Container’ hook.. Execute PHP is selected, it is not disabled. <?php $isfront = is_front_page(); echo "Is front page: " … Read more