Archived topic
Adding A Section
5 replies · Started by John on June 15, 2020
Hi,
Just above the footer containing the two widgets, Latest Blog Posts, and Events Widgets, I need to create a section that has a JOIN MY EMAIL LIST text link to the subscription page just like the one seen above the footer here.
Do I need a more robust page builder to do this?
Thanks!
Hi there,
first question is what plugin are you using for your mailing list ?
They generally provide a shortcode that you can add to your site using a Hook element:
https://docs.generatepress.com/article/hooks-element-overview/
To position it before the footer you can select the before_footer hook.
Make sure to check Execute Shortcodes ( or PHP if the plugin provided a PHP function instead ).
Or if you just want a text link - let us know. Happy to help with HTML / CSS,
Thank you, David.
I have the free version of the wp-forms builder plugin installed.
Ideally, I'd like to have a text link for Join My Email List on a light grey full-width background that links to our subscription page.
Is this done with a hook before footer? I have the code snippet plugin installed.
Hi!
Just checking in. I realize it must be a busy day.
Hi Again...
I figured it out. The following doc was very helpful.
https://docs.generatepress.com/article/hooks-element-overview/
Thank you!
John
Sorry for not responding sooner - you're reply seemed to have slipped through the net.
Glad to hear you got this resolved !