Forums

All in One SEO Pack header informations (2 posts)

  1. soupoem
    Member
    Posted 2 years ago #

    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!

  2. soupoem
    Member
    Posted 2 years ago #

    I think i can generate the keywords with these lines, right?

    <meta name="description" content="<?php bloginfo('???') ?>" />
    <meta name="keywords" content="<?php bloginfo('???') ?>" />

Topic Closed

This topic has been closed to new replies.

About this Topic