• hi, this has probably been answered somewhere but i can’t find it!
    When i type the code ‘?php the_category() ?’, it automatically link breaks afterwards. I want to be able to list author @ time | category | comments on the same line, but it doesn’t seem to work! Any help would be appreciated 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • In the default index, there is this line:
    <div class="meta"><?php _e("Filed under:"); ?> <?php the_category() ?> — <?php the_author() ?> @ <?php the_time() ?> <?php edit_post_link(); ?></div>
    The category is in there, and how it is displayed, inlcuding the fact that it is all on the one line, is controlled by the ‘meta’ part of the css.

    Shot in the dark:
    .meta li {display:inline}
    Did I hit anything? 😉

    Thread Starter volsunga

    (@volsunga)

    Sorted, thanks!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘category help’ is closed to new replies.