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…
If you are using meta_query and want to get the results between dates then let me guide you to achieve that. In the WordPress database, the dates are stored in the YYYY-MM-DD format, so to…
To get the results between two numbers with the meta_query, all you have to pass your meta value in an array and use between operator to compare the value. Let’s understand by the example given…
Meta query, is a type of query that allows you to get the results based on the meta key and meta value. By using meta_query, you can make your primary WP_Query WordPress query to get…
In WordPress Customizer, you can add different types of HTML input fields and checkbox is one of them. To add a checkbox with WordPress customizer all you have to set the type of customizer control…
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…
In the world of the internet, everybody wants to put their mark online. And for that, you must have a website or blog that will tell the world about you, your business, or the services…
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…
WordPress Customizer comes with the default Colors option section, and if you want to add a new color picker palette into this section or in the new section as a separate option, then here I…