Wix vs WordPress – Which CMS is the best for creating a Website ?

WordPress has been an industry standard in order to create websites hassle-free but until recently, Wix has hit the market and has been giving stiff competition to WordPress as a CMS. Today, we are going to compare the two of them and see which one is a better option when it comes to creating a… Continue reading Wix vs WordPress – Which CMS is the best for creating a Website ?

Selecting a Post using Post Title with the help of AJAX from Customizer – WordPress

I was working on one of my projects when suddenly I encountered a problem – Selecting a Single Post from the Customizer. Sure, there are many ways to do it, some of them including a drop-down including all the posts, manually entering the ID of a post by the user and extracting the post by… Continue reading Selecting a Post using Post Title with the help of AJAX from Customizer – WordPress

Want to shorten your WordPress Code, use wp_list_pluck. It’s an amazing function!

If you have ever developed a WordPress Theme or Plugin, I am sure you must have dealt with Queries and Objects. A lot of Information needs to be extracted from these objects to use them in Themes/Plugins. To extract this information, the go-to weapon in PHP is the foreach tool. Every value of an object can… Continue reading Want to shorten your WordPress Code, use wp_list_pluck. It’s an amazing function!

Creating a Drag-and-Drop Custom Control for Customizer – WordPress

A drag-and-drop feature is needed in the Customizer to take theme customizations to the next level. I had been searching through the Web for anything I can find regarding this. The Default Controls in Customizer, including the Widget Panel and the Menu Panel, employ Javascript in a big way but were not exactly was I… Continue reading Creating a Drag-and-Drop Custom Control for Customizer – WordPress