Jetpack comes with a subscriptions module which allows visitors to subscribe to your blog to receive notifications of posts and comments. You can add this Email Subscriptions button to a post, page or the sidebar on your website.
Install Jetpack
Jetpack plugin can be installed from your WordPress dashboard. All you need to do is navigate to the Plugins menu (Plugins->Add New) and install Jetpack from the “Featured” tab (This plugin is so popular you won’t have to search it by name).

Subscriptions module is turned on by default. So when you activate Jetpack two new options should appear in the comment section of your posts/pages.

Add Email Subscriptions to the Sidebar
The easiest way to add email subscriptions option to your site is to drag and drop the Blog Subscriptions widget to your sidebar. You can find it under “Appearance->Widgets”.

Your visitor will be able to subscribe to your blog by entering their email address.

Add Email Subscriptions to Posts/Pages
You can add email subscriptions button to a post/page using the Jetpack subscription shortcode.
[jetpack_subscription_form
]
Shortcode Attributes
Emails subscriptions shortcode customized using the following attributes,
- title: The default title is “Subscribe to Blog via Email”. But you can customize it using the title parameter. For Example: [
jetpack_subscription_form title="Follow blog via email"
] - subscribe_text: This default text for the sign up form is “Enter your email address to subscribe to this blog and receive notifications of new posts by email”. You can change it using the subscribe_text parameter. For Example: [
jetpack_subscription_form subscribe_text="Enter your email address to follow this blog"
] - subscribe_button: The default text for the subscriptions button is “Subscribe”. You can change it using the subscribe_button parameter. For Example: [
jetpack_subscription_form subscribe_button="Follow"
] - show_subscribers_total: You can use the show_subscribers_total parameter to show total number of subscribers (0 to hide them or 1 to show them). For Example: [
jetpack_subscription_form show_subscribers_total="1"
]
When a visitor signs up to follow your blog’s posts they will receive a confirmation email in a few minutes. Once they confirm they will receive each new post via email in future.
Raw Hasan says
Thank you very much! I was having difficulty showing the check boxes for comment and blog subscriptions using JetPack. Your post helped.
Atma Varta says
Thank you for this amazing article! Helped me a lot
Laurel Cerrone says
Wow, thank you!
I am using Novelite for a client and was going crazy trying to add email subscriptions Option but there was no easy way.
I’ve followed your instructions and it works!!
Thanks, it was most helpful.
Laurel.
CDR Writers Australia says
Thank you so much. This really helped me
Calvin Logan says
This is a really good options. thanks
Surya says
This strategy is new for me. Thanks for sharing.