Loading a plugin in a post template without using wp_head()
Here is some point you must understand. Monster Insights loads scripts to handle the analytics Scripts are being loaded either header or footer In order to load the scripts in your template you must include wp_head() and wp_footer() You may disable one of them by testing one by one. Another option could be hard coding … Read more