|
Word Press SEO Customization
I have installed the "All in one SEO pack" into my WP. 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:
<?php wp_title('«', true, 'right'); ?> <?php bloginfo('name'); ?></title>
<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!
|