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.

View
Articles

Live Templates Provide Code Snippets Library in PhpStorm
Using Live Templates in PhpStorm, developers insert code snippets and provide values for parameters. For quite some time, PhpStorm has been one of the leading development tools, as it allows developers to apply their ideas into code with impressive speed. Among the features that stand out, PhpStorm’s ability to navigate between files and auto-complete keywords […]
Keyword Density Check: Fast and Accurate
The Keyword Density Check plugin provides the data needed to choose which keywords to associate with your post. When putting the final touches on your post, you frequently ask which keyword should you choose. Alternatively, you wonder whether your option for a keyword is really relevant to the post – some of the important decisions […]
Opening Isotope Panel in Modal View
We matched Isotope’s innate ability to manage content with the need to display more details in a modal view—creating a seamless experience for opening Isotope panel content without leaving the page. We matched Isotope’s innate ability to manage content with the need to display more details in a modal view. The popular Isotope framework for displaying content […]
Radius-Based Job Search Plugin - WPRiders Article
Radius-Based Job Search Plugin
Employers need a radius-based filter to view applications whose location ZIP Code falls within a radius from main office. An increasing number of sites offer job postings to attract companies and job seekers. Several plugins help developers address this goal, with WP Job Manager with an apparent leading popularity. A reason for its status as […]
Effective Business Directory Layout Saves Time - WPRiders Article
Effective Business Directory Layout Saves Time
Choosing an effective business directory layout makes a difference. For a business site that wants to attract visitors to its content, deciding on how to present the data is as important as it is difficult. In this article, we present a novel and interesting method of showing categorical information.When presenting data organized in categories, the […]
Add Shortcode Parameters via Dialog Using TinyMCE toobar - WPRiders Article
Add Shortcode Parameters via Dialog Using TinyMCE toobar
Have you ever needed to create a dialog for adding shortcodes with parameters in a user friendly way? We created a TinyMCE interface that inserts a shortcode and its arguments via a modal window, helping authors become productive and prevent any errors. Content developers using WordPress frequently enhance the TinyMCE editor with plugins that generate […]
How to Compile IMAP With SSL for PHP on OSX - Works on MAMP As Well - WPRiders Article
How to Compile IMAP With SSL for PHP on OSX – Works on MAMP As Well
This tutorial is an attempt to alleviate the headaches for all those who need to have IMAP with SSL running on OSX 😃. If you’ve ever struggled with configuring it properly, this step-by-step guide on how to compile IMAP with SSL will walk you through the process and help you avoid common pitfalls. Needed Stuff to Compile […]
Categorize WordPress Comments in Genesis Framework - WPRiders Article
Categorize WordPress Comments in Genesis Framework
TL;DR: If you want to download the FREE Comments Categories Plugin for your own use and categorize WordPress commentswith ease, Click Here  We have created a new version from scratch that is publicly available as a contribution to the WordPress community. This is making it easier than ever to categorize WordPress comments in a clean, structured […]
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 […]
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 […]