How To Add Banner ADs in WordPress Pages & Posts
Ad Example: [the_ad id=”3233″] Plugin Name: Advanced Ads – Ad Manager with AdSense Integration Plugin Link: https://wordpress.org/plugins/advanced-ads/
Path for Child & Parent Theme In WP
References get_stylesheet_directory() – file path to current theme directory get_stylesheet_directory_uri() – URL to current theme directory get_template_directory() – file path to parent theme directory get_template_directory_uri() – URL to parent theme directory
Display Categories of A Custom Post
Print All Tag & Categories Of A Blog Post
DISPLAY TAGS DISPLAY CATEGORIES
Show Previous & Next Post In Single Post
PREVIOUS POST NEXT POST
Fix TypeError: $ is not a function when calling jQuery function
By default when you enqueue jQuery in WordPress you must use jQuery, and $ is not used (this is for compatibility with other libraries). Your solution of wrapping it in function will work fine, or you can load jQuery some other way (but that’s probably not a good idea in WordPress). If you must use […]
How To Use Image In ACF Plugin
Link of first category page of a custom post from single page
Removing id attribute to link from url
HTML CODE jQuery Code
Display Custom Post Category Image/Icon by ACF Plugin
Create a custom image field for Product Category / Post Category / Custom Post Catgeory, Then add the code like it shows in example. #CODE SAMPLE