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…
Are you working with custom theme or plugin?, then there can be a chance where you need to enqueue scripts and styles in WordPress admin pages or any specific admin page or may be login…
Adding an audio file or video file in WordPress is pretty easy, you can do that simply by adding media from the WordPress editor but here I will show you how to create audio and…
Bhuvi: Hey… I am looking for something to display menus that I choose on the WordPress page or post on the fly…is it possible?. DIWP: Yup Man…of Course. You can do that by just creating…
Looking for code snippets to create shortcodes for image and button in WordPress?. Here are the code snippets, Just add these snippets in your theme’s functions.php file and you are good to go. Create Image…
Do you want to enqueue script and stylesheet only if the page uses a particular shortcode?. Here are the 3 methods with different scenarios to do that easily. Let’s understand them one by one. For…
If you are working on a custom WordPress theme or integrating any plugin with your custom theme then there can be a chance where you just want to include javascript or CSS files only if…
If you have just started with WordPress development, then enqueuing Scripts, Javascript, Jquery files and enqueuing CSS, Font-Awesome Icons, and Google Fonts in WordPress are one of the most important parts of WordPress development, that…