-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
32 lines (26 loc) · 1.06 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
=== Mailman Wordpress Plugin ===
Contributors: grumpytoaster, amicaldo
Tags: subscribe,mailman,form,subscribe form,Post,plugin,posts,shortcode,page
Requires at least: 3.1.0
Tested up to: 4.7
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Creates a simple subscribe form to subscribe to a mailman mailing list.
== Description ==
This plugin creates a simple subscribe form to a mailman mailing list.
Based on https://de.wordpress.org/plugins/contact-form-with-mailman/
Insert Shortcode [mailman_subscribe_form] to display form.
Configure Settings in Wordpress Admin.
== Installation ==
1. Upload the contents of the zip to the '/wp-content/plugins/' directory.
2. Navigate to the plugins dashboard
3. Search for 'Subscribe Form with Mailman'
4. Click 'Activate'
5. Click on 'Mailman Settings' on the left.
6. Fill in the 3 fields to match your mailman mailing list.
7. Click 'Update'
8. Add the short code '[mailman_subscribe_form]' to any page or post you would like the form to display on.
You're done!
== Changelog ==
= 1.0.0 =
* Initial release