Archived topic
Hooking under single news post
1 reply · Started by carlmumford on April 21, 2017
Viewing posts 1–2 of 2
Hi gents, what hook do I use to place something under the title of a news article on a single post?
Thanks!
Hi there,
You would use this one: https://docs.generatepress.com/article/generate_after_entry_header/
There's also the "After Entry Title" hook in GP Hooks.
For the single post only, you would do this:
<?php if ( is_single() ) { ?>
Content for single posts only
<?php } ?>
This archived topic is closed to new replies.