Mô tả
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:
* WordPress 3.4 or later
Translators
- Spanish (es_ES) – Sebastián Orellana
Ảnh màn hình
Cài đặt
- Install and activate the plugin
- Add this widget to your Sidebar.
- [OPTIONAL] Add the form function in your template
<?php if(function_exists('emailing_form')) { emailing_form();} ?>
- [OPTIONAL] Apply custom styles
- YOU’RE DONE!
Hỏi đáp
- I can add the form “subscription” Anywhere on the Template?
-
Yes, using the function
<?php if(function_exists('emailing_form')) { emailing_form();} ?>.
Đánh giá
Người đóng góp & Lập trình viên
“Emailing Subscription” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Emailing Subscription” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.4.1
- Fixed fatal error in pagination
1.4
- Added Widget option.
- Added Delete Selected option.
- Added Date, Name and Reference fields.
1.3
- Fixed pagination bug.
1.2
- Added “Show per page” pagination filter.
- Fixed pagination.
1.1
- Added Internationalization.
- Translation for: Spanish, es_ES
1.0
- This is the first version of the plugin.