Posted by Nicki on Wed 29 Oct 14:53
report abuse | download | new post
- <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');
- }?>" />
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.