Schedule a Free Consultation

Find the Resources to Succeed with WordPress

The go-to resource for WordPress insights & tips
and where WordPress experts share their knowledge.

Last Updated: August 20, 2025

Multisite Create Page on All Sites - WPRiders Article
Multisite Create Page on All Sites
Have you ever worked on a multisite with 60+ sites? For projects of this size thedeployment is a challenge in itself because you might need to: Recently we had a project of this magnitudefor TiE Global. To streamline the deployment, we wrote a few plugins that handle thedeployment automation task for us. And because we’ve […]
wpr default
Gravity Forms Entries Inventory Management
Ever needed to limit the number of entries in a Gravity Form? Like, for booking a given number of places in one shot/submission or buying 3 tickets for an event, etc. Here’s an example: I wrote a small WordPressplugin that does just that: To use this plugin you have to: As a bonus for Gravity […]
Translate Plugin From Child Theme
Translate Plugin From Child Theme
Ever needed to translate some strings from a plugin so you can upgrade the main plugin without losing your translations? One smart approach is to translate plugin from child theme, keeping your customizations separate and update-safe. I did. This is because there are some languages around for which there are no default translations in plugins […]
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 […]
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:
Replace Comment Notification Email With Mandrill Template
Replace Comment Notification Email With Mandrill Template
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: Let me know if it worked for you.
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, […]
Impressions From WordCamp 2014 Sofia - WPRiders Article
Impressions From WordCamp 2014 Sofia
This was my first WordCamp ever. And one of the coolest event by far I have ever participated in. These are the take-aways that I left with: Below you will find my presentation at the first edition of the Meetup on this same topic: And here is our small team driving home from Sofia, full […]