Hi David,
Is there a way to insert a hook inside the body of a post, but after body content?
Something like:
Post TITLE
POST CONTENT
HOOK (with standard TEXT added via a hook, ‘inside’ the standard post content text)
Footer content
For context, we have a piece of text/html we would like to add to the bottom of every post on our website — but we want it to appear in the body so that it is sent into our RSS feed.
I’m thinking it might be:
generate_after_main_content ?
I’m sorry if this is a silly question or outside the scope here but it seems relevant. We want to do this without using the single.php file if we can.
Cheers!