Title: missing author, missing entry-title, missing updated
Last modified: August 30, 2016

---

# missing author, missing entry-title, missing updated

 *  Resolved [bolsta](https://wordpress.org/support/users/bolsta/)
 * (@bolsta)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/missing-author-missing-entry-title-missing-updated-2/)
 * Hi Guys,
 * I have some errors in Google webmaster tools. The errors are:
    missing author
   missing entry-title missing updated
 * I have found solutions to fix this on other themes using a single.php but our
   theme doesn’t have this php.
 * Is there a different php I should edit or is there another way to fix this?
 * Thanks heaps.
 * Kind Regards
 * Bol

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

 *  [Rocco Aliberti](https://wordpress.org/support/users/d4z_c0nf/)
 * (@d4z_c0nf)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/missing-author-missing-entry-title-missing-updated-2/#post-6298916)
 * Hello Bol,
    where (which page) do you have this error?
 *  Thread Starter [bolsta](https://wordpress.org/support/users/bolsta/)
 * (@bolsta)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/missing-author-missing-entry-title-missing-updated-2/#post-6298940)
 * Hi D4z. I have all three errors on the home page and i have
    missing entry-title
   missing updated on about 10 others
 * Regards Bol
 *  Thread Starter [bolsta](https://wordpress.org/support/users/bolsta/)
 * (@bolsta)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/missing-author-missing-entry-title-missing-updated-2/#post-6299020)
 * Hi D4z. So i am not sure the best way to fix these errors. Do you know what I
   can do?
 * Thanks mate.
 * Kind Regards
 * Bol
 * [http://www.bamb-u.com](http://www.bamb-u.com)
 *  Thread Starter [bolsta](https://wordpress.org/support/users/bolsta/)
 * (@bolsta)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/missing-author-missing-entry-title-missing-updated-2/#post-6299041)
 * Hello Customizr’s. I have found a solution (I think).
 * I found this code
 * //mod content
    function hatom_mod_post_content ($content) { if ( in_the_loop()&&!
   is_page() ) { $content = ‘<span class=”entry-content”>’.$content.'</span>’; }
   return $content; } add_filter( ‘the_content’, ‘hatom_mod_post_content’);
 * //add hatom data
    function add_mod_hatom_data($content) { $t = get_the_modified_time(‘
   F jS, Y’); $author = get_the_author(); $title = get_the_title(); if ( is_single()
   || is_page()) { $content .= ‘<div class=”hatom-extra”><span class=”entry-title”
   >’.$title.'</span> was last modified: <span class=”updated”> ‘.$t.'</span> by
   <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;}
   return $content; } add_filter(‘the_content’, ‘add_mod_hatom_data’);
 * It seems to have solved the issues. I copied it into my Child Theme function.
   php
 * Regards
 * Bol
 *  [daunplus](https://wordpress.org/support/users/daunplus/)
 * (@daunplus)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/missing-author-missing-entry-title-missing-updated-2/#post-6299099)
 * Are you using an Artisteer generated theme?
    visit : [https://blog.docsplace.org/377/fixing-broken-structured-data-elements-in-artisteer-themes/#.VdLYgbKqqkp](https://blog.docsplace.org/377/fixing-broken-structured-data-elements-in-artisteer-themes/#.VdLYgbKqqkp)

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

The topic ‘missing author, missing entry-title, missing updated’ is closed to new
replies.

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

## Tags

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

 * 5 replies
 * 3 participants
 * Last reply from: [daunplus](https://wordpress.org/support/users/daunplus/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/missing-author-missing-entry-title-missing-updated-2/#post-6299099)
 * Status: resolved