• Resolved sayuchan

    (@sayuchan)


    Hello,

    I would like to change the rcno-book-description length at the default template. The Book description unfortunately cut.

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, bear in mind that this is a word count and not a character count.

    add_filter( 'rcno_book_description_word_count', function () {
    	return 2000; // Change value here
    }, 10 );
    Thread Starter sayuchan

    (@sayuchan)

    Thank you, its worked fine: D

    Plugin Author Kemory Grubb

    (@w33zy)

    You are welcome, and thanks for giving my plugin a chance. Also, if you have any ideas for a feature addition be sure to give me a shout.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘book-description’ is closed to new replies.