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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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:
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.
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, […]
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 […]