Forums
-
- Forum
- Posts
-
- Installation
- 28,383
- Troubleshooting
- 62,249
- Themes
- 10,390
- Plugins
- 15,310
- Requests & Feedback
- 14,897
- Showcase
- 3,252
-
timskii, that makes a nice little plugin:
function meta_keywords() {
global $tags;
if (!empty($tags)) {
$keywords="";
foreach ($tags as $t) {$keywords.=$t->raw_tag.', ';}
echo "n".'<meta NAME="keywords" CONTENT="'.trim($keywords,", ").'">'."n";
}
} add_action('bb_head', 'meta_keywords',;
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS