Hi guys,
i am hayving a problem with my meta data below the title. The tags are fine. Problem is that when multiple categories are checked for a post, only one category shows up?
how can this be fixed? any idea?
thanks for your help! flo.
Hi guys,
i am hayving a problem with my meta data below the title. The tags are fine. Problem is that when multiple categories are checked for a post, only one category shows up?
how can this be fixed? any idea?
thanks for your help! flo.
can you post the code which is used to generate the meta data?
(if the code is longer than a few lines, please paste the code into a http://wordpress.pastebin.com/ and post the link to it here)
and a link to your site to illustrate the issue?
<div class="post-header">
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<p><?php the_time('j. F Y') ?> · <?php the_category(', ') ?> · Tags: <?php the_tags('') ?>
that's the code. thanks for your help!
the code looks ok.
try to deactivate all plugins, and if that solves the problem, re-activate one at a time to see which one might be causing this issue.
also, check if it works with the default theme to exclude any theme related causes.
a link to your site might get you more suggestions.
This topic has been closed to new replies.