WordPress Development

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 »

How to Use WYSIWYG or WP Editor in WordPress Custom Meta box

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 wp_editor() with some parameters and their attributes. wp_editor($content, $editor_id, $settings); $content – this is a string and required parameter, this …

How to Use WYSIWYG or WP Editor in WordPress Custom Meta box Read More »