Amit
Amit

Reputation: 7838

Adding email subscription to Wordpress theme

I've developed my own Wordpress theme and I wanted to give users the ability to subscribe to my blog.

I have the typical Post RSS and Comment RSS options that come with Wordpress under the META section of the sidebar, but I also wanted to give my readers an option to just input their email address and press a button to "subscribe".

I know this is possible since I've seen many many blogs that use this, and if needed I can list some here. But I'm not sure if this is a plugin or a widget or what-have-you.

If you know how to implement this functionality into a Wordpress theme please let me know.

Upvotes: 0

Views: 557

Answers (4)

AB Siddik
AB Siddik

Reputation: 61

You can try with https://wordpress.org/plugins/jetpack/ it's so helpful plugin for email subscription option on WordPress site.

Upvotes: 0

tutoground
tutoground

Reputation: 96

This plugin is very useful if you are using feedburner http://feedburner.google.com/ for feeds.
This will open a popup to your visitor for subscriber https://wordpress.org/plugins/sc-popup-subscriber-form/

Upvotes: 0

Kriszta
Kriszta

Reputation: 720

Try this plugin: http://wordpress.org/extend/plugins/subscribe2/

When i wanna add a new functionality to my WP sites, i always start by googling plugins. I mean if the solution already exists, that means less work for me, right? ;)

Upvotes: 1

fuxia
fuxia

Reputation: 63576

There are enough newsletter plugins in the plugin directory. You shouldn't add such code into your theme; this is really a plugin job, and your users may choose another one than yours.

Upvotes: 0

Related Questions