Forums

Word Press SEO Customization (2 posts)

  1. YouPyro
    Member
    Posted 2 years ago #

    I have installed the "All in one SEO pack" into my blog. I believe because I have modified the template so much, it is not posting any of the META data in the head.

    I manually put in the code that I thought would post it to the head on "singlepost.php":

    <title><?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title> (THE TITLE CODE WORKS FINE)

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

    That worked but, it is posting the information for my blog itself, not the individual post information that I entered in the All in one SEO fields underneath my edit post page.

    So what do I put in place of bloginfo('description') and bloginfo('keywords') so that it will post what im looking for?

    Thank you!

  2. Dagon Design
    Member
    Posted 2 years ago #

    I do not do anything for the keywords meta tag, as it is not really paid that much attention to anymore. Neither is description really, but it is at least looked at.

    This is the code I use. I have it in my functions.php file, and I just call it from my header.php:

    http://freetexthost.com/fschqtnywg

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.