Title: Problem! Missing: entry title Missing: update Missing: author
Last modified: August 21, 2016

---

# Problem! Missing: entry title Missing: update Missing: author

 *  Resolved [Paok](https://wordpress.org/support/users/paok/)
 * (@paok)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problem-missing-entry-title-missing-update-missing-author/)
 * Hello:
 * So I was using google webmasters tools and found out this errors in so many posts:
 * **Error: Missing required field “entry-title”.
    Error: Missing required field“
   updated”. Error: Missing required hCard “author”.
 * Ive been looking for the solutions and i found out i have to put this in the 
   code:
 * 1. Add the entry title wherever i find the post title… like in this example…
 * <h1 class=”post-title **entry-title**“><?php the_title(); ?></h1>
 * 2. Add an updated word wherever the time word is :S
 * <time datetime=”<?php the_time(‘o-m-d’) ?>” class=”post-date **date updated**”
   pubdate><?php the_time(apply_filters(‘themify_loop_date’, ‘M j, Y’)) ?></time
   >
 * and 3. ive to add vcard author words somewhere…
 * <span class=”vcard author”>
    <span class=”fn”><?php the_author_posts_link(); ?
   ></span> </span>
 * The thing is that im so noob that i dont really know where, by example the h2
   title line ive found no one but some of them one in loop in loop page or in loop
   single should i add the entry words like this in all of them?
 * -Originally
    <h2 class=”post_title page_title”><?php the_title(); ?></h2> -correcting??????
   <h2 class=”post_title page_title entry-title”><?php the_title(); ?></h2>
 * Another noob question is entry-title or should i use the _ like this entry_title.
 * The update thing i found in meta.php this but im not sure if i should put in 
   this piece of code the update word
 *  <?php if(!supernova_options(‘disable-date’)){ ?>
    <em class=”meta_date”><?php
   the_time(‘F jS, Y’) ?> <?php } ?>
 * As for the author im even more lost.
 * help please 🙁
 * Thank you!

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

 *  [hazorag](https://wordpress.org/support/users/hazorag/)
 * (@hazorag)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/problem-missing-entry-title-missing-update-missing-author/#post-4661875)
 * I have the same problem with the Supernova theme here. I have gone through all
   of the .php files but I also cannot find the respective items in order to fix
   the missing:author and missing:updated errors. Would be nice if someone would
   address this issue.
    Thanks.
 *  [it2word](https://wordpress.org/support/users/it2word/)
 * (@it2word)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-missing-entry-title-missing-update-missing-author/#post-4661894)
 * Have the same problem. Wish the developer could tell us how to fix this.
 *  Theme Author [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * (@sayedwp)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-missing-entry-title-missing-update-missing-author/#post-4661895)
 * This problem has been fixed in the new version 1.5.9

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

The topic ‘Problem! Missing: entry title Missing: update Missing: author’ is closed
to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/supernova/2.1.0/screenshot.png)
 * Supernova
 * [Support Threads](https://wordpress.org/support/theme/supernova/)
 * [Active Topics](https://wordpress.org/support/theme/supernova/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/supernova/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/supernova/reviews/)

## Tags

 * [author](https://wordpress.org/support/topic-tag/author/)
 * [entry title](https://wordpress.org/support/topic-tag/entry-title/)

 * 3 replies
 * 4 participants
 * Last reply from: [Mohammad Taqui Sayed](https://wordpress.org/support/users/sayedwp/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/problem-missing-entry-title-missing-update-missing-author/#post-4661895)
 * Status: resolved