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…
If you are a newbie in WordPress development then enqueuing stylesheet, font-awesome icons, Google fonts, External stylesheet and enqueuing Javascript and Jquery in WordPress is something that you should take extra care. However, you can…
If you are new to creating WordPress shortcodes, then you may have found this issue. In my early days, I got the same issue and after spending a lot of time on this, I found…