How can we help?

If you are looking for support for our PokaTheme, this is the place!

Home Forums PokaTheme support Guest comments

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12425
    Denno
    Participant

    Hey mate, guest comments are not possible despite the code snippet you (and another participant) have posted.
    Is there a solution? It’s a common feature in most affiliate websites. Would be nice to get it to work as nobody’s going to sign up at a site to post a review.

    Thanks

    #12438
    admin
    Keymaster

    Hi Denno,

    The snippet below is tested and it works.

    function poka_child_init(){
        update_option( 'comment_registration', 0 );
    }
    add_action( 'init', 'poka_child_init' );
    

    Please make sure that is exactly like the above.
    (Also it is included in functions.php of your child theme, you just have to remove the comments.)

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.