• here:

    https://flocksmart.de/site/programm/117

    below the post title i use the “the_category” function to show in which categories the post is posted.

    is there a way/hack/plugin to give these links separate css classes as it is done in the menu widget on the left? this way i could color code them..

    PAT

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open your single.php template file and add as many divs as you want.

    help: Template_Hierarchy

    Thread Starter perler

    (@perler)

    prolem is, that the categories listed by “the_category” don’t have the category-6 class as in the widget on lthe left side.

    example: please look again at

    https://flocksmart.de/site/?m=20080428&cat=3

    the menu entry “Programm” on the left is created as

    <li class="cat-item cat-item-3 current-cat">Programm</li>

    the same category link below “Freedom of Movement” is created as

    <a rel="category tag" title="Alle Artikel in Programm anzeigen" href="https://flocksmart.de/site/category/programm">Programm</a>

    so, i can style the word in the menu, but not the one from the the_category listing below the post title.

    PAT

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘div’s for the_category links’ is closed to new replies.