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.

Effective Business Directory Layout Saves Time - WPRiders Article
Effective Business Directory Layout Saves Time
Choosing a 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 traditional […]
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 […]
Moving From Software Products to WordPress Services – Video With Transcript
Moving From Software Products to WordPress Services – Video With Transcript
Here’s a transcript of my presentation at WordCamp Bucharest. I used www.fiverr.com to get a pretty good text. Moving from software products to WordPress services Transcript Marius Vetrici: Good late morning. Was the coffee fine? Did you like it? Participants: Yes. Marius Vetrici: I’m going to speak in English for obvious reasons. Before going to […]
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 that need to have IMAP with SSL running on OSX😃 Needed Stuff autoconf openssl libxml2 imap2007 install with brew “brew install imap-uw” OR download fromhttps://www.mirrorservice.org/sites/ftp.cac.washington.edu/imap/(the archive without Z at the end ) imap-2007e ftp://ftp.cac.washington.edu/imap/ To install libxml2, you can use brew: brew install […]
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, Click Here We have created a new version from scratch that is publicly available as a contribution to the WordPress community. Have you ever needed to categorize comments added to your site? WordPress, our favorite Content Management System (CMS) allows […]
Moving From Software Products to WordPress Services
Moving From Software Products to WordPress Services
I’ve recently heard a handful o people saying that client work is not that fun and sexy. I have a few close friends that do make good money out of WordPress outsourcing, however, they are dreaming with their eyes open about building their own SASS or product. They are craving for recurring revenues. They are […]
Codeable Interview – Changing Lives With Marius Vetrici
Codeable Interview – Changing Lives With Marius Vetrici
I’ve been freelancing on Codeable for more than 2 years now. I have only good things to say about this platform: There were a few big changes in my life after I’ve entered theCodeable family, the most notable being my switch from freelancing as www.vetrici.com to a technical WordPress agency as www.wpriders.com. Now I have […]
We know You Love WordPress. We Love It Too
We know You Love WordPress. We Love It Too
WPRiders team is an active contributor to the development of WordPress community. That’s why we are copying here under the article that calls for speakers at Bucharest WordCamp 2016. That’s why we put up the first Bucharest WordCamp after long break. The team behind Bucharest WordPress Meetup and a bunch of volunteers gathered up for […]
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 magnitude for TiE Global. To streamline the deployment, we wrote a few plugins that handle the deployment 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, the plugin […]
Translate Plugin From Child Theme
Translate Plugin From Child Theme
Ever needed to translate some strings from a plugin so as to be able to further upgrade the main plugin without losing your translations? I did. This is because there are some languages around for which there are no default translations in plugins like WooCommerce Social Login or WooCommerce Bookings. Unfortunately there’s no standard way […]
Add html Comments Using Newly Created User Role
Add html Comments Using Newly Created User Role
I was recently working on a piece of code that will: If I was commenting like admin, all was good – the comment with image was getting published. But if instead I was commenting using that user role, unfortunately all the HTML got stripped. After some debugging inside WordPress, I found the culprit, which, by […]