Hi there! i have downloaded "All in One SEO Pack". I would like to add personal meta key to all my post or static pages. I would like to add the category's name where the post has been saved. How can i do?
Someone can help me?
Hi there! i have downloaded "All in One SEO Pack". I would like to add personal meta key to all my post or static pages. I would like to add the category's name where the post has been saved. How can i do?
Someone can help me?
i made a bit search but i found nothing
i made the necessary code. i post it to help people with the same problem:
foreach((get_the_category()) as $category) {
$keywords[] = $category->cat_name;
}
where i have to put the code?
This topic has been closed to new replies.