Archived topic
Show gp hooks on posts only
2 replies · Started by Deniz Akay on September 5, 2017
Viewing posts 1–3 of 3
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!
Problem solved:
<?php if ( is_single ( ) ) : ?>
..
<?php endif; ?>
:)
Glad you found the solution :)
This archived topic is closed to new replies.