How can I make YARPP display results in DESC order?
-
This is my template code:
<?php if ($related_query->have_posts()):?> <h3>From the Blog</h3> <ul> <?php while ($related_query->have_posts()) : $related_query->the_post(); ?> <li><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></li> <?php endwhile; ?> </ul> <?php else: ?> <?php endif; ?>
https://www.ads-software.com/plugins/yet-another-related-posts-plugin/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can I make YARPP display results in DESC order?’ is closed to new replies.