Advertisement
Guest User

Nicki

a guest
Oct 29th, 2008
430
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1. <meta name="description" content="<?php
  2.         if ( is_single() && 'Humpday Hilarities' == single_post_title('', FALSE)) {
  3.             // to fix dupe content descriptions for search engines
  4.             single_post_title('', true); echo " - "; the_time('F j, Y');
  5.             echo " - "; bloginfo('description');
  6.             // else all as normal...
  7.         } else if ( is_single() ) {
  8.             single_post_title('', true);
  9.         } else {
  10.             bloginfo('name'); echo " - "; bloginfo('description');
  11.         }?>" />
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement