Loading a plugin in a post template without using wp_head()

Here is some point you must understand.

  1. Monster Insights loads scripts to handle the analytics
  2. Scripts are being loaded either header or footer
  3. In order to load the scripts in your template you must include wp_head() and wp_footer()
  4. You may disable one of them by testing one by one.
  5. Another option could be hard coding analytics script in your template file. That ways you still will be able to track everything.