Viewing 1 replies (of 1 total)
  • Plugin Author Aaron Queen

    (@bompus)

    In your theme files, header.php , you need to add <?php wp_head(); ?> to the file on the line right before </head>

    In footer.php , you need to add <?php wp_footer(): ?> to the file on the line right before </body>

    This should fix the problem with any theme that does not use the proper WP hooks.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP Customer Reviews] Not active!’ is closed to new replies.