• Resolved ermauliks

    (@ermauliks)


    Hello,

    Google Webmaster’s Structured Data > hentry (markup: microformats.org) gives me following Errors for all URLs. Is anybody else getting this error?

    
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    Missing: author
    Missing: updated
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • jarektheme

    (@jarektheme)

    Hi there,

    Thank you for getting in touch with us.

    Please open single.php file, find the following line:

    <div class="entry-date"><?php the_date(); ?></div>

    and change it to this:

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

    Then find these lines:

    <?php if($kale_posts_author_show == 1) { ?><div class="entry-author"><span><?php esc_html_e('Author: ', 'kale'); ?></span><?php the_author_posts_link(); ?></div><?php } ?>

    and change it to this:

    <?php if($kale_posts_author_show == 1) { ?><a class="entry-author"><span><?php esc_html_e('Author: ', 'kale'); ?></span><a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_nicename' ) ); ?>"><span class="vcard author post-author"><span class="fn"><?php the_author(); ?></span></span></a></div><?php } ?>

    Hope that helps. Thank you for your time in this.

    Best regards,
    Jarek
    Kale Support

    Thread Starter ermauliks

    (@ermauliks)

    Thanks jarektheme, any plan to change this inside theme? It’ll be great for other people 🙂

    Thanks again.

    jarektheme

    (@jarektheme)

    Hi ermauliks,

    It will show in the next update. Thanks for pointing this out.

    Best

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

The topic ‘Missing: author & Missing: updated in my webmaster’ is closed to new replies.