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?
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?
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.
thank you! I didn't put 2 and 2 together that's that where the quesry string was being built.
::smack head::
This topic has been closed to new replies.