Forums

[Plugin: Now Reading Reloaded] control number of books in current reading sidebar (3 posts)

  1. Sanislo1
    Member
    Posted 2 years ago #

    Hello-

    Short and sweet -- the number of books that appear in the "current reading" section is 5, but I have 19 books setup. How do I increase the number of books that appears in the sidebar?

    http://wordpress.org/extend/plugins/now-reading-reloaded/

  2. bgunnink
    Member
    Posted 2 years ago #

    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.

  3. Sanislo1
    Member
    Posted 2 years ago #

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

    ::smack head::

Topic Closed

This topic has been closed to new replies.

About this Topic