Hi . thanks every one reading this. i have a question . i have set my homepage meta description at my wordpress site like this (highlighted ) : . but when i go to specific post this meta description comes for post too ! like highlighted at : i want my post title to show in replace home title . and this is a Header.php: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title><?php bloginfo('name'); ?>: <?php bloginfo('description'); ?></title> <!-- Usual WP META --> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 1.0" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <!-- CSS --> <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" type="text/css" media="screen" /> <!-- WP Head --> <?php wp_head(); ?> <script type="text/javascript"> jQuery.noConflict(); </script> </head> <body <?php body_class(); ?>> <div id="header"> <div class="blogInfo"> <?php // if header image has been uploaded, display that, else display title and description if(get_option('fgp_header_image')!='') { ?><a href="<?php bloginfo('url'); ?>"><img src="<?=get_option('fgp_header_image');?>" alt="<?php bloginfo('name'); ?> - <?php bloginfo('description'); ?>" /></a><?php } else { ?><p><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a><br /><?php bloginfo('description'); ?></p><?php } ?> </div> <div class="stuffing"> <div class="pages"> <h3>Menu</h3> <ul> <li class="first"><a href="<?php bloginfo('url'); ?>">Home</a></li> <?php wp_list_pages('title_li=&depth=1'); ?> </ul> </div> <div class="categories"> <h3>Categories</h3> <?php wp_dropdown_categories('show_option_none=Select Category'); ?> </div> <div class="categories"> <h3>Archives</h3> <select name="archive-dropdown" onchange='document.location.href=this.options[this.selectedIndex].value;'> <option value=""><?php echo attribute_escape(__('Select Month')); ?></option> <?php wp_get_archives('type=monthly&format=option&show_post_count=1'); ?> </select> </div> </div> </div> <div id="foliogrid"></div> (i have used any seo plugin like all in one seo pack and .. but no changes ). Any help really appreciated !
I saw your website. nice one. hmm let's do like this friend. create a mata description tag in your onpage. i think you created mata description in your wordpress admin. once delete in admin panel and create in on page. try once like this if any doubt put in message here.