• Hello
    my future post appear in archive page, but not in my category page

    I use the future is now plugin.

    archive page code

    <?php if (have_posts()) : ?>
    <?php query_posts($query_string."&orderby=date&order=DESC&post_status=future,publish"); ?>
    <?php while (have_posts()) : the_post(); ?>

    category page code

    <?php if (have_posts()) : ?>
    <?php query_posts($query_string."&orderby=date&order=DESC&post_status=future"); ?>
    <?php while (have_posts()) : the_post(); ?>
  • The topic ‘future post appear in archive page, but not in category page’ is closed to new replies.