• Whenever I add a post to more than 1 category, it displays twice on the frontpage. My loop:

    <?php if (have_posts()) : ?><?php while (have_posts()) : the_post(); ?><?php endwhile; ?>

    How can I solve this?

The topic ‘Problem with categorys’ is closed to new replies.