Nicki
By: a guest | Oct 29th, 2008 | Syntax:
PHP | Size: 0.49 KB | Hits: 290 | Expires: Never
<meta name="description" content="<?php
if ( is_single() && 'Humpday Hilarities' == single_post_title('', FALSE)) {
// to fix dupe content descriptions for search engines
single_post_title('', true); echo " - "; the_time('F j, Y');
echo " - "; bloginfo('description');
// else all as normal...
} else if ( is_single() ) {
single_post_title('', true);
} else {
bloginfo('name'); echo " - "; bloginfo('description');
}?>" />