WordPress Development

How to Use meta_query to Compare BETWEEN & NOT BETWEEN in WordPress

When you use meta_query to get the results either between numbers or date, the ‘compare’ => ‘between’ parameter or can say the BETWEEN operator plays an important role. In the meta_query, The BETWEEN operator helps you to compare the results between the array of given meta values. The values in the array can be either …

How to Use meta_query to Compare BETWEEN & NOT BETWEEN in WordPress Read More »

How to Add Dropdown or Select Pages in WordPress Customizer

Displaying all the pages of your website as a dropdown or select field within the WordPress customizer is super easy. However, you can create custom WordPress customizer control to display all the pages as a dropdown, and can also improve it by adding more options like adding a checkbox before each page, etc. But that’s …

How to Add Dropdown or Select Pages in WordPress Customizer Read More »

How to Add Image Upload Option to WordPress Theme Customizer

Let’s say, You want to add an image upload option in the WordPress theme customizer to add a logo, inside the Site Identity section. WordPress Customizer Tutorial – The Complete Guide So to that, add this code within your theme’s functions.php file or in a separate theme customizer specific file. This will add an option …

How to Add Image Upload Option to WordPress Theme Customizer Read More »