• Resolved thecityloop

    (@thecityloop)


    Hello there,

    This is a great script, so thank you! πŸ™‚

    I was just wondering how I can get my “Planned” and “Recent” book list to be sorted by alphabetical order?

    I know I’ll need to edit:

    <?php while( have_books('status=read&orderby=finished&order=desc&num=-1') ) : the_book(); ?>

    But I have no idea what to add or remove…

    Help please πŸ™‚

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Change orderby=finished to orderby=title.

    Thread Starter thecityloop

    (@thecityloop)

    Brilliant, many thanks πŸ™‚

    posts like this would be more helpful if you indicate where the code is instead of just quoting an unIDed segment. Thanks.

    I really don’t know why the default for any library sorting is not alpha by author or why these options are not in a config screen.

    Because the original author wrote it that way and I don’t have the time to rewrite it. Config screens are nice, but not as flexible as templates.

    The default sorting isn’t alpha by author because a lot of people (at least, when the plugin was first made) use the plugin as a chronology of read books.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Now Reading Reloaded] Sorting Titles Alphabetically’ is closed to new replies.