Archived topic
Adding Email Optin In the middle of the post?
1 reply · Started by Andrew on February 6, 2023
Howdy,
I've tried searching for this, but I didn't seem to find any answers. I'm trying to add an email optin form at the beginning, in the middle and right at the end of all my WP posts.
It doesn't appear that there are any hooks (in elements) that are set for the middle of the post - is there a way to manually create hooks that then I could use?
Thanks,
Andy
Hi there,
Hooks are coded into the templates, so they don't exist inside your post content.
You can use the the_content filter hook to insert stuff using PHP.
But if you want to add multiple items then i would recommend using the Ad Inserter Plugin:
https://wordpress.org/plugins/ad-inserter/
It has a lot of the fucntions built in for specifying the locations you need.
NOTE = its not just for ads, you can add a form shortcode or any other content.