Adding email subscription to Wordpress theme

梦想与她 提交于 2020-01-17 01:30:07

问题


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.


回答1:


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.




回答2:


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? ;)




回答3:


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/




回答4:


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



来源:https://stackoverflow.com/questions/3350470/adding-email-subscription-to-wordpress-theme

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!