Linux 软件免费装
Banner图

Emailing Subscription

开发者 seballero
更新时间 2015年7月11日 12:48
PHP版本: 3.4 及以上
WordPress版本: 3.4.2
版权: GPLv2 or later
版权网址: 版权信息

标签

subscription mail users mailing e-mailing emailing

下载

1.0 1.1 1.3

详情介绍:

This plugin creates a list of subscribers through a simple form that can be added anywhere in the template. Looking at your data in the WP Admin Area This plugin provides 1 administration page The mailing list in the admin page (http://you-site.com/wp-admin/admin.php?page=emailing_list) with option to export list in XLS format Requirements: Translators

安装:

  1. Install and activate the plugin
  2. Add the form function in your template <?php if(function_exists('emailing_form')) { emailing_form();} ?>
  3. [OPTIONAL] Apply custom styles
  4. YOU'RE DONE!

屏幕截图:

  • The mailing list in the admin page.

常见问题:

I can add the form "subscription" Anywhere on the Template?

Yes, using the function <?php if(function_exists('emailing_form')) { emailing_form();} ?>.

更新日志:

1.3 1.2 1.1 1.0