Comments work only if you are connected

Hello,
I have setup the comments package on this site javierlorente.es
but it works only if connected


this is the repo https://github.com/javierlorente/jl

Hi @alexaspalato,

let me check this with the Development Team and I’ll be back to you ASAP

1 Like

Hi @alexaspalato :wave:

Does the WordPress site have this code snippet added? In the package’s README you can check how to do so.

add_filter( 'rest_allow_anonymous_comments', '__return_true' );

Thanks! it works now :slight_smile:

1 Like