Archives

Newsletters: Codex – Subscribers

WordPress Newsletter plugin: Subscribers Codex

Continue Reading

Newsletter: Codex – Read a Subscriber

You can use the code of the WordPress Newsletter plugin to read a subscriber from the database. It will return the subscriber record as an object with all the fields and it will include the custom field keys/values too. <?php //check if the wpMail class has been defined if (class_exists(‘wpMail’)) { //initialize the wpMail class Continue Reading…

Continue Reading

Newsletters: Codex – Add Subscriber

You can manually add/remove subscribers with the WordPress Newsletter plugin if you want to create your own subscribe form. If you have a custom form on your site custom created or from another plugin, you can accept subscriptions by capturing an email address and manually adding the email as a subscriber with a bit of Continue Reading…

Continue Reading

FAQs: Theme Hardcoding

The WordPress FAQ plugin doesn’t have an actual PHP API for hardcoding into a WordPress theme yet but there is a way to hardcode into your theme as needed. You will use the FAQ plugin shortcodes as listed in the documentation and just put the shortcode as the first parameter of the WordPress do_shortcode(); function Continue Reading…

Continue Reading

Website & Email Hosting

Get the best website & email hosting for speed, security, and peace of mind. No restrictions. Freedom to do what you need in order to run your business.

Host Now

Pin It on Pinterest