hallo,
ich habe WP2.1 und mir Jerome's keywords installiert. jedem Artikel habe ich auch ein paar Tags gegeben. Nun wollte ich, das die Tags auch im meta bereich eingeblendet werden.
Hier mal mein Quellcode vom header:
PHP
<head profile="http://gmpg.org/xfn/11">
<META name="verify-v1" content="8cadLeqrFTH1SISDxBlKps4tuZCRK3aLxJGTcKsljk8=" />
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats -->
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="<?php bloginfo('template_url'); ?>/images/favicon.ico" type="image/x-icon" />
<meta name="keywords" content="<?php the_keywords(); ?>" />
<?php wp_head(); ?>
</head>
Alles anzeigen
In der dritten Zeile von Unten steht die funktion mit den Keywords.
Hier ist mal der Quelltext von der generierten Website:
Code
<link rel="shortcut icon" href="wp-content/themes/notso_freshd/images/favicon.ico" type="image/x-icon" />
<link rel="icon" href="wp-content/themes/notso_freshd/images/favicon.ico" type="image/x-icon" />
<meta name="keywords" content="" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="xmlrpc.php?rsd" />
<!-- WP lightbox 2 Plugin version 0.5 -->
<link rel="stylesheet" href="wp-content/plugins/wp-lightbox2/css/lightbox.css" type="text/css" media="screen" />
<style type="text/css" media="screen">
Die Beiträge haben Tags!
Kann mir da jemand helfen?
Gruß