Display a User Profile – Shortcode [mst_profile]
The shortcode [mst_profile] shows digest and subscription/unsubscription options to logged-in users.
Example
Display Past Messages – Shortcode [mst_emails]
The shortcode [mst_emails] shortcode displays all past emails in a chronological way.
Parameter | Description | Example |
---|---|---|
lid | Used to select a mailing list by it’s ID (“lid” is short for “list ID”) so that you only the show the past emails of a certain mailing list | [mst_emails lid=1] |
order | Determines the chronological order of the emails displayed. Possible values are oldfirst and newfirst | [mst_emails order=oldfirst] |
The shortcode [mst_emails] is only available in WP Mailster Society & Enterprise.
Example
Display Available Mailing Lists – Shortcode [mst_mailing_lists]
The shortcode [mst_mailing_lists] displays all mailing lists while adhering to the lists’ access settings.
From this overview, the user can view each list’s emails. Furthermore the subscription settings can be changed.
The shortcode [mst_mailing_lists] is only available in WP Mailster Society & Enterprise.
Example