Archived topic
How to add Registration forms at the bottom of all blog posts
3 replies · Started by shlomo on May 11, 2021
Hi There! I want to know how to add registration forms at the bottom of all of my blog posts? I want to add it all at once not adding it on each post one by one.
Hi there,
you can use a Hook Element.
https://docs.generatepress.com/article/hooks-element-overview/
1. Enable the Elements module in Appearance > GeneratePress
2. Appearance > Elements > New Hook.
3. Add your Forms shortcode to the Hook text area.
4. Set the Hook to after_content
5. Check the Execute Shortcodes box.
6. Set the Display Rules Location to Posts > All Posts.
It worked. Thank you very much!
You're welcome