Comment Replies Are Fixed!

February 24th, 2024





Comments have worked on this site for a while now but for the longest time I couldn’t figure out why the reply button didn’t actually do anything, turns out it was an issue with Yoast SEO blocking replies.

Fixing it was pretty simple, I added this line to my functions.php as shown in this thread:

add_filter( 'wpseo_remove_reply_to_com', '__return_false' );

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *