Whenever you developing the new theme. You need to add following code in your theme file. wp_head Goes in the HTML <head> element of a theme; header.php template. Example plugin use: add javascript code. Usage: <?php do_action(‘wp_head’); ?> -or- <?php … Continue reading
What is Plugin API Hooks – solution for plugins are not working on wordpress theme
1