[Plugin: Relevanssi] How to sort by Date?
-
Hi,
i’m not sure how i can sort the result by Date?This is the code for the result page:
<?php if (have_posts()) : ?> <h3 class="pagetitle"><?php printf(__('Suchergebnisse: "%s"'), $s) ?></h3><br/> <?php while (have_posts()) : the_post(); ?> <div class="post" id="post-<?php the_ID(); ?>"> <?php $counter++; ?> <?php include(INCL.'/_post-header.php'); ?> <div class="entry"> <?php the_content('Weiterlesen...'); ?> </div><!--/entry--> <?php include(INCL.'/_post-footer.php'); ?> </div> <br/><!--/post--> <?php endwhile; ?>
But where must i place the:
‘orderby=post_date&order=DESC’Thanks,
Manuel
- The topic ‘[Plugin: Relevanssi] How to sort by Date?’ is closed to new replies.