Bhuvnesh Shrivastava

Owner of diveinwp.com, solely responsible for creating helpful, informative content about WordPress, a fulltime WordPress developer with 8+ years of hands-on experience in WordPress design and development.

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 »

WordPress Customizer Tutorial For Beginners – Complete Guide

As a WordPress developer, if you want to add something worth learning with your WordPress skills then WordPress Customizer should be on top of your list. What is WordPress Customizer ( The Customize API ) The customizer is an interface that WordPress provides under Appearance > Customize in the WordPress admin, that allows WordPress users …

WordPress Customizer Tutorial For Beginners – Complete Guide Read More »

How to Access WordPress Admin Login on Localhost & Live Site

As beginners, most WordPress users find it difficult to access the WordPress admin login page with localhost or live site. So I am going to break down this issue once for all. Localhost WordPress Admin Login | localhost/wordpress/wp-admin To open the WordPress admin or login page on the localhost, first, make sure your web server …

How to Access WordPress Admin Login on Localhost & Live Site Read More »

How to Add Metabox | Save & Get Meta box Value in WordPress

Meta boxes in WordPress are the draggable boxes that exist in WordPress admin. It contains form fields to set information about the post, page, custom post type, terms, users, comments etc. Meta box can also be used to display information like in the WordPress dashboard. By default, WordPress comes with some metaboxes that exist in …

How to Add Metabox | Save & Get Meta box Value in WordPress Read More »