Viewing 2 replies - 1 through 2 (of 2 total)
  • The initial version of Autokeyword does not support that option. I will integrate it in next version.

    Meantime, to place the meta keyword manually, please follow these steps:

    1. Open the plugin file autokeyword.php.
    2. Go to line 61
      61 add_action('wp_head', 'autokeyword');
    3. comment it out
      61 //add_action('wp_head', 'autokeyword');
    4. Edit your template header.php and insert this code
      <?php autokeyword(); ?>
      on the location you want.

    I hope this answers your question.

    Thank you for your interest in the Auto Keyword plugin.

    Thread Starter houseofstrauss

    (@houseofstrauss)

    Thank-you! that was just what I wanted to do. This enables me to manually place this tag in the correct position in the header.

    This is a very useful plugin. I will gather some information together on my setup where I use auto-excerpt for the description tag and maybe post here to show users how to make a full meta tag section for WP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: autokeyword] Manula placement of keywords’ is closed to new replies.