Viewing 2 replies - 1 through 2 (of 2 total)
  • In the sidebar.php for NRR (not the sidebar.php of your WP theme), there should be a line like this:

    <?php if( have_books('status=reading') ) : ?>

    Change it to (where, obviously, num=whatever number of books you want.

    <?php if( have_books('status=reading&num=10') ) : ?>

    You can edit this value for each book status.

    Thread Starter sanislo1

    (@sanislo1)

    thank you! I didn’t put 2 and 2 together that’s that where the quesry string was being built.

    ::smack head::

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Now Reading Reloaded] control number of books in current reading sidebar’ is closed to new replies.