Site logo

Archived topic

How to add email signup form after every blog post? I am using MC4WP

1 reply · Started by Aditya on February 27, 2021

Viewing posts 1–2 of 2

I am using "Stream" child theme from GP site library.

I am using MC4WP to collect email signups from my site's homepage & blog sidebar. In the sidebar the CTA button is not coming properly: https://nimb.ws/9WP0eY How can I correct this?

And, I also want to have an email signup form at the end of every blog post. How can I achieve this?

Hi there,

add this CSS to allow the button text to wrap:

.mc4wp-form input[type="submit"] {
  white-space: normal;
}

You can use a Hook element to add the your signup form shortcode in the after_content and set the Display Rules to Posts > All posts.

https://docs.generatepress.com/article/hooks-element-overview/

Make sure you check Execute Shortcodes.

This archived topic is closed to new replies.