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 )…
If you run a website or blog with WordPress then you should know how to access the WordPress admin or login page. 3 Ways to Access WordPress Admin or Login Page Add the /wp-admin next…
Are you looking for a perfect makeup artist WordPress themes to create your website and showcase your creativity to the world?. Then your search might end here. I have picked 10 best WordPress themes that…
As a theme or plugin developer, there can be a chance where you want to add css styles to your custom metabox. Here I will show you the two ways to add CSS styling to…
If you are working on a WordPress plugin then there can be a chance where you need to add a custom metabox to the post, page, or custom post types. So, here I will create…
The following code snippet will help you to add multiple custom meta boxes in WordPress. Copy the code given below and add this code into your theme’s functions.php file or if you want to add…
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…
To add WordPress custom meta box with multiple fields, first I will create a meta box with multiple fields. So in this case, I will add text, select, textarea, radio and checkbox input fields in…
Want to learn about how to add and use WYSIWYG or WP editor with your custom WordPress metabox, then trust me, it’s super easy. To add wp editor or wysiwyg editor, WordPress provides a function…