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!

5 Different Pages a Business Website Must Have (apart from home)

Making a website seems very easy. All you have to do is set up a template and start writing articles, right? No! There are a certain set of pages that a website should have before it moves ahead and publishes articles. And not many websites follow these requirements, which make them rank very lower than… Continue reading 5 Different Pages a Business Website Must Have (apart from home)

Published
Categorized as Internet

The Top 2 WordPress Plugins to create an Online Store

WordPress is without a doubt the most popular platform to build a website. You can build 100s of different kinds of websites using WordPress or maybe 1000. But the kind which is gaining a lot of popularity these days is e-Commerce. Everyone wants to sell something online. And WordPress provides the cheapest and most professional… Continue reading The Top 2 WordPress Plugins to create an Online Store

Published
Categorized as Internet

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