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
Hello,
I have setup the comments package on this site javierlorente.es
but it works only if connected
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