Diefferent HTML code for every category
-
I would use different HTML based to the category of the post, for example:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ( in_category(14) ) {?>
html html html
in_category(15)
html html html
<?php else ?>
html html
how can i do this ?
The topic ‘Diefferent HTML code for every category’ is closed to new replies.