Viewing 2 replies - 1 through 2 (of 2 total)
  • Here is a tutorial on how to fix these errors… (taken from an earlier forum post)

    Fixing the “Missing: updated” error
    We will need to wrap a span tag around the date element and add the classes “post-date updated”.

    1. Locate the call for the date, it looks something like this:
    <?php the_date(); ?>

    2. Wrap a span tag around the last snippet of code with classes “post-date updated”, should look like this:

    <span class="post-date updated"><?php the_date(); ?></span>

    Fixing the “Missing: author” error

    1. Locate the following author item within your single.php file:

    <?php the_author(); ?>

    2. Change that to:

    <span class="vcard author post-author"><span class="fn"><?php the_author(); ?></span></span>

    hi!
    i can not find these function in my code. :/
    i search them by syblime so i think that there no way to do something wrong.
    my theme has a single.php file but has 4 different single-layout-x.php files
    but still cant find these functions in these files..

    any help?
    thnx 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Google Webmasters Tools – missing: updated, missing: author’ is closed to new replies.