Style Categories individually
-
Hi thanks for viewing.
I would like to style posts from each of 3 categories differently.
I used this code from codex example which works great for two categories but need an elseif for the third. I dont understand php and have messed around with elseif statement here but cant get it to work. Is there any way to get an elseif into this piece of code?
‘<?php if ( in_category(‘facilitation’) ) {?>
<div class=”post-cat-facilitation”><?php } else { ?>
<div class=”post-cat-illustration”>
<?php } ?>’Many Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Style Categories individually’ is closed to new replies.