I must generate a controlled header meta data without adding ...
<?php wp_head() // Do not remove; helps plugins work ?>
Does anyone know how to generate the description and keywords without the php wp_head or where i can modify the wp_head?
<!-- All in One SEO Pack 1.6.6.1 by Michael Torbert of Semper Fi Web Design[-1,-1] -->
<meta name="description" content=" ??? something like php info ... ??? " />
<meta name="keywords" content=" ??? something like php info ... ??? " />
<!-- /all in one seo pack -->
Thanks in advance!