in_category on sidebar
-
In the homepage i use in the loop this code
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <?php if ( in_category(14) ) :?>I’d in_category(14) showing different links in the sidebar, but it doesn’t work, because if in the home i have article in 14 category, it show me the wrong link.
Do you have understand ?
The topic ‘in_category on sidebar’ is closed to new replies.