SEO description for wordpress categories
Apr 02
please open header php in template
and replace title
<title>
<?php if (is_category()) { echo strip_tags(category_description()); }
else{
wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’);
}
?></title>