the_category() wont work!
-
Why won’t the_category() statement work in the following code?
<div id="style-<?php the_category(); ?>"> blablabla all kind of posts within Politics </div>It drives me nuts. I wanna style the div element according to his category. Something like:
div#style-Politics { color: blue; }Any help is appreciated!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘the_category() wont work!’ is closed to new replies.