different class/styles on index page regarding to categories
-
hello
would there be a way to write sthg like that on the index page:
<?php while (have_posts()) : the_post(); ?>
<div class="post<? if ($cat == '7') echo 'cat7'; ?>">
which would write :
<div class="postcat7">
for any post of cat 7and so have different styles on the index page (as well) regarding to categories (chosing the first one, for inst. if there are many categories for a post)
how would i get to know what category i am on the index
this must be possible
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘different class/styles on index page regarding to categories’ is closed to new replies.