Hi Erik,
Thank you for your notice.
Please go to the plugin settings page, open “Custom code” tab, mark “Activate” checkbox in the “Editing bws-custom-code.php” section, and add the following code:
function gllr_post_comments_feed_link( $url ) {
global $gllr_options;
if ( ! empty( $gllr_options['post_type_name'] ) ) {
$url = str_replace( $gllr_options['post_type_name'] . '/', '', $url );
return $url;
}
return $url;
}
add_filter( 'post_comments_feed_link', 'gllr_post_comments_feed_link' );
Please let us know if everything is okay now.
Sincerely,
BestWebSoft Support Team
I did exactly what you said. I’ll keep an eye on this to see if that resolves the problem. Thank you very much for your help!
– Erik
Hi Erik,
Feel free to contact our support team with any questions in future. For more convenience, you can do it via our Help Center (http://support.bestwebsoft.com/) in order to receive a faster reply.
Have a nice day!
Sincerely,
BestWebSoft Support Team