meta tag decription for categories & posts
-
I found on the net some interesting discussions about how add the meta tag description for categories ( the plugin i use for SEO do not permit to add it)
So i try to apply what read on the discussione and i add to
<head> section of header.php file of my theme the following code:
<meta name="description" content="<?php if ( is_category() ) { echo category_description(); } ?>"/>
but in this way even categories have their own meta description, the pages and posts meta description is lost.So who could help me in create a code that permit to add mata descrption to categories and left the existing descriptions of posts and pages
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘meta tag decription for categories & posts’ is closed to new replies.