Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gnumengor

    (@gnumengor)

    Also, this error also shows up: missing: author, and missing: updated

    Here it shows that this needs to be fixed by the theme developer in order for the fix to be permanent:

    https://kb.yoast.com/kb/fixing-hcard-author-error/

    Thanks for commenting!

    Hi,
    For your first query I guess it’ll be the best solution :

    >> To fix the “missing fn” warning, you could edit line 369,
    and replace <span class=”comment-author”><?php echo get_comment_author_link();
    ?>
    </span>

    by

    <span class=”comment-author fn”>
    <?php echo get_comment_author_link();
    ?></span>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sela theme: missing fn’ is closed to new replies.