Tot title:
Cod PHP:
<?php wp_title(''); ?><?php if(is_search()) { ?>Search Results for "<?php echo wp_specialchars($s); ?>" - <?php } ?><?php if(function_exists('is_tag')) if(is_tag()) { UTW_ShowCurrentTagSet("tagsetcommalist", array('single'=>'%tagdisplay%','first'=>'%tagdisplay%', 'default'=>', %tagdisplay%', 'last'=>' %operatortext% %tagdisplay%')); echo ' · Tag Archive · '; } ?><?php if(wp_title(' ', false)) { echo ' · '; } ?><?php bloginfo('name'); ?><?php
if ( is_single() ) {
$cat = get_the_category(); $cat = $cat[0]; echo " | "; echo $cat->category_description;
}
?>
Bucata modificata cu belea
Cod PHP:
<?php
if ( is_single() ) {
$cat = get_the_category(); $cat = $cat[0]; echo " | "; echo $cat->category_description;
}
?>
in action la http://adsneeze.com/
Parerea mea e ca e cel mai elegant Title tag posibil.