NRR displays books in the Finished category from oldest to newest, but I would like to display my most recent books first. Any way to change this?
NRR displays books in the Finished category from oldest to newest, but I would like to display my most recent books first. Any way to change this?
Sure. Look in your template(s) for this line:
<?php if( have_books('status=read&orderby=finished&order=desc') ) : ?>
Note the order variable. Change it to asc and it should reverse the order.
This topic has been closed to new replies.