How can we help?

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

Home Forums PokaTheme support Guest comments

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #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 1 post (of 1 total)
  • You must be logged in to reply to this topic.