|
hi everyone, i just can update the title and meta title in the admin setting of my wordpress contrl panel.but i want to update the meta description and keywords in the header.php as following:
// Add the blog description for the home/front page.
$site_description = get_bloginfo( 'description', 'display' );
if ( $site_description && ( is_home() || is_front_page() ) )
echo " | $site_description";
so where to update it and how to add keywords too?
thanks for your help.
__________________
share some Please login or register to view this content. Registration is FREE for your lover....
|