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

    (@jazzs3quence)

    I was able to reproduce this. Created a ticket: https://github.com/jazzsequence/book-review-library/issues/8

    Plugin Author jazzs3quence

    (@jazzs3quence)

    Okay, here’s the deal with comments…

    The comments setting determines whether the book-review post type supports comments or not. If enabled all new book reviews will allow comments. Existing book reviews will not, but the setting can be toggled back on by going to the Screen Options tab and checking the Discussion checkbox. Once that displays, you can check (or uncheck) “Allow comments”.

    This is not an option in Screen Options if comments are disabled.

    Closing this ticket as invalid as this is normal WordPress behavior. If you want to enable comments on existing books you need to go in and toggle those manually.

    Thread Starter alexandrebarault

    (@alexandrebarault)

    Hi,

    I understand your point. Thank you.
    I apply the script sql below to permit to have the opened comments for old and new book

    `update wp_posts
    set comment_status=’open’

    Regards,
    Alexandre

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments don't show’ is closed to new replies.