Forums

Show categories with no bullets (3 posts)

  1. mimefiredotcom
    Member
    Posted 1 year ago #

    I am trying to show categories with no bullets and following each other from right to left in one line. How do I do that?

  2. henkholland
    Member
    Posted 1 year ago #

    Hi,

    Since you give no site link or information about the theme you are using, I can you only give this DIY advice:
    Get Firefox and then the free Firefox addon Firebug. You can then click anywhere in your site and see what piece of the css influences that piece of your site and you can even make changes but not save them, so it is safe to practice.

  3. alchymyth
    The Sweeper
    Posted 1 year ago #

    this might not seem to related at first, but still read:
    http://codex.wordpress.org/Creating_Horizontal_Menus

    identify the id or class of your category list, and try to apply the styling advice from the link.

    then, it depends where you want to show them, and if you want to show all categories of the blog ( using wp_list_categories() ) or only the categories of the post.

    for the post, use <?php the_category(', ') ?>
    http://codex.wordpress.org/Template_Tags/the_category

Topic Closed

This topic has been closed to new replies.

About this Topic