• Resolved edo.hayashi

    (@edohayashi)


    I’d like to ask if anyone is experiencing errors for Google Webmaster tools regarding Hatom: Missing author and update.

    Anyone knows a simple fix on this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter edo.hayashi

    (@edohayashi)

    I found a solution to this problem by editing the content.php and content-single.php in case anyone of you is interested.

    <span class="meta-block"><i class="fa fa-list"></i> <?php the_category(); ?></span>
                    <span class="meta-block"><?php echo get_avatar( get_the_author_meta('email'), get_the_author() ); ?><span class="vcard author author_name"><span class="fn"><?php the_author(); ?></span></span></span>
                    <span class="meta-block"><i class="fa fa-clock-o"></i><span class="date updated"><?php the_time( get_option( 'date_format' ) ); ?></span></span>

    Thanks for that ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Missing Author and Update’ is closed to new replies.