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 ?

Website Showcase PSD – Photoshop Freebie

This mockup allows you to present your website in an awesome perspective layout. Create a website mockup in just a few clicks. This modern Mockup allows you to present your data in an awesome manner highlighting all the best features of your site. FEATURES – Present your Website an a beautiful manner Light Weight PSD… Continue reading Website Showcase PSD – Photoshop Freebie

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!