Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I just wanted to let you know that I installed the update last night and haven’t had the error message since. Thank you so much for the quick response and for making this plugin.

    I’m getting the same error message. In my case, when I first installed the plugin, everything was great. My list of read books appeared in my sidebar as it was supposed to. Then I came back to my blog later that night and I got the above error message where my book list should have been. When I refreshed the page, the error message disappeared but there were no books either. I logged into my site and went to the settings and hit the save options button and after that the list came back. But then later that night the error message came back (and the blank list after refreshing the page). I opened the permissions for both the xml file and the php file and it’s still doing it. Any help would be appreciated. I really like the plugin.

    Thread Starter witchkitten

    (@witchkitten)

    I found that if I changed the code from

    <?php if( have_books("title={$GLOBALS['nr_title']}&num=-1") ) : ?>

    to

    <?php if( have_books('status=unread&orderby=title&num=-1') ) : ?>

    then it does sort by title but now it doesn’t ignore “the”, “a”, and “an” at the beginning of the title. Is there a way to sort by title ignoring “the”, “a”, and “an” at the beginning of the title?

    Thread Starter witchkitten

    (@witchkitten)

    I wanted add that I’ve tried changing the file in the templates folder and the one in the “now-reading” folder in the individual theme folder. It is now changed in the “now-reading” folder. All of the other customizations I’ve made (ex: listing by “title by author” and header name changes) are showing up. Just thought I’d clarify.

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