When we create a category, we can enter a description but, cannot enter keywords. We have to able to do this...
When we create a category, we can enter a description but, cannot enter keywords. We have to able to do this...
Let me give an example of mine, i wanted to add the keyword "mundial 2010" to the a specific category.
Want i need to do was insert this code in the theme file header.php:
<?php if(is_category('4856')) { ?><meta name="keywords" content="mundial 2010" /><?php } ?>
Has you can check the keyword is correctly inserted on the category "Mundial 2010": http://www.apostaganha.pt/cat/mundial-2010-de-futebol/
Regards
Bruno
This is useful, thank you. But it must be editable when we edit the category on the admin page. I think developers can add this simply...
This topic has been closed to new replies.