Schedule a Free Consultation
Replace Comment Notification Email With Mandrill Template

Replace Comment Notification Email With Mandrill Template

Read Article

Have you ever needed to replace the default email that WordPress is sending whenever a new comment is added? Recently I did.

Here’s how I did it:

To get this going you have to:

  1. Install and configure WPMandrill plugin
  2. Create a new template in your Mandrill account
  3. Paste the php code in your functions.php file

Let me know if it worked for you.

Navigate to

You Might Also Enjoy These Digital Marketing Articles:

Test If Flexslider Loaded
Test If Flexslider Loaded
Recently I had a mini project for a client and I had to test if Flexslider has been shown on the screen in order to further modify it. Subscribing to the startcallback didn’t work because the slider was shown by the theme and not by my code. jQuery(document).ready(…) didn’t work either. The slider was there, […]
Filter Custom Posts by Author in WP-Admin - WPRiders Article
Filter Custom Posts by Author in WP-Admin
Need to filter your Custom Post Types in WordPress by Author in WPAdmin? Here’s a handy way to do it by adding a new drop down for filtering: And here’s how it looks like:
Add html Comments Using Newly Created User Role - WPRiders Article
Add html Comments Using Newly Created User Role
I was recently working on a piece of code that needed to do the following: Everything worked perfectly when I tested it using an admin account. The comment included HTML content like images and links and displayed exactly as expected. However, when I switched to the new user role and tried the same thing, WordPress […]