Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Make sure that the code <?php wp_grins();?> is placed right above the <textarea name=”comment” …> tag. Also, make sure that the <textarea>’s id is -> id=”comment”.

    Also, if you have a custom theme that you have created, you have to make sure that within the <head> … </head> elements in your header.php, you have put in the function <?php wp_head();?> . A lot of public themes has this function put in, however, if you’re like me and you created your theme from scratch, it is possible you’ve omitted that particular function. So, within the <head> … </head> structure, make sure you add <?php wp_head();?>.

    Once I did that, the wp-grins plugin started to work.

    Best regards,

    Hi,

    Make sure that the code <?php wp_grins();?> is placed right above the <textarea name=”comment” …> tag. Also, make sure that the <textarea>’s id=”comment”.

    Also, if you have a custom theme that you have created, you have to make sure that within the <head> … </head> elements in your header.php, you have put in the function <?php wp_head();?> . A lot of public themes has this function put in, however, if you’re like me and you created your theme from scratch, it is possible you’ve omitted that particular function. So, within the <head> … </head> structure, make sure you add <?php wp_head();?>.

    Once I did that, the wp-grins plugin started to work.

    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)