Home › Forums › Support › Show gp hooks on posts only This topic has 2 replies, 2 voices, and was last updated 6 years, 2 months ago by Leo. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts September 5, 2017 at 2:10 am #379338 Deniz Akay Hi, I want to show GP hooks on posts pages only, i mean on single.php. I checked “Execute PHP” box and tried this code but it didn’t work: <?php if ( is_single() ) { ... <?php endif; ?> Thanks a lot! September 5, 2017 at 2:26 am #379358 Deniz Akay Problem solved: <?php if ( is_single ( ) ) : ?> .. <?php endif; ?> π September 5, 2017 at 8:04 am #379536 LeoStaff Customer Support Glad you found the solution π Author Posts Viewing 3 posts - 1 through 3 (of 3 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In