• Resolved rfulleman

    (@rfulleman)


    I find that the complete Book Description/Synopsis from GoodReads doesn’t show on my book reviews when it’s long. It will only show a portion followed by . . . and no way to click and see the rest.
    Is there some way to fix that so the reader can see the entire Book Description on my review?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kemory Grubb

    (@w33zy)

    Hello,
    You can add the below code to your theme’s functions.php file

    add_filter( 'rcno_book_description_word_count', function ( $word_count ) { return 1000; } );

    Thread Starter rfulleman

    (@rfulleman)

    Thank you very much. It works well.

    Thread Starter rfulleman

    (@rfulleman)

    Sorry, I had forgotten to mark it as resolved when I replied just a moment ago. Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Complete Book Description/Synopsis not shown’ is closed to new replies.