• Hi,
    I have just installed the Now Reading plugin and modified it a bit to fit my website – my problem is now that the single book page doesn’t show up properly. Even though I have specified a title and author and even though I have started reading some of the books, it shows nothing or ‘Not yet started’ respectively (this is what it looks like) It works fine on the general library page. Any idea what went wrong? I am stuck! ??

Viewing 1 replies (of 1 total)
  • smurfsarepurple

    (@smurfsarepurple)

    This is an easy fix!

    Find

    <?php get_header(); ?>

    and replace it with

    <?php get_header(); global $nr_id; ?>

    Voila!

Viewing 1 replies (of 1 total)
  • The topic ‘Now Reading not working properly’ is closed to new replies.