cmstech

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Comment Problem after Updating to WP 6.3 #143501
    cmstech
    Power User

    If you really want to fix it:
    Open the file includes/comments.php
    On line 108 change

    cryout_schema_microdata(‘comment-meta’);

    into

    cryout_schema_microdata(‘comment-meta’, 0);

    This keeps the comment counts, and removes the itemprop=”discussionURL”.

Viewing 1 post (of 1 total)