I want to place the meta keywords template tag manually in my header.php
Can you tell me how what template tag to use?
Thanks.
I want to place the meta keywords template tag manually in my header.php
Can you tell me how what template tag to use?
Thanks.
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:
61 add_action('wp_head', 'autokeyword');61 //add_action('wp_head', 'autokeyword');<?php autokeyword(); ?>I hope this answers your question.
Thank you for your interest in the Auto Keyword plugin.
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
You must log in to post.