• Hi,

    I have installed Simple Meta Tags and the three entry fields are present on the page / post editor.

    I have entered in my meta title, description and keywords and updated the page however when i look in the code on the page all this information isn’t there.

    this is what i find :

    <meta name=”generator” content=”WordPress 3.5″ />
    <meta name=”robots” content=”follow, all” />

    What do i need to change in header.php??

    many thanks

    http://wordpress.org/extend/plugins/simple-meta-tags/

Viewing 1 replies (of 1 total)
  • Plugin Author DaganLev

    (@daganlev)

    Hi amill,
    in your header you will need to add the wp_head function like so:
    <?php wp_head(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Activiation’ is closed to new replies.