Forums

issue with the_category (2 posts)

  1. estevancarlos
    Member
    Posted 1 year ago #

    I have this:

    <ul><?php the_category('<li>','</li>'); ?></ul>

    However it does not place a bullet before the first item. How come?

  2. taghaboy
    Member
    Posted 1 year ago #

    i think that your css who hide it,
    or use this (this is just exemple):

    ul li {
     list-style:disc inside none!important;
    }

    Try to work in firefox, and install the firebug, it will help you a lot especially if you'r beginner in css.

    Good luck

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.