Title: hAtom Entries missing
Last modified: April 14, 2017

---

# hAtom Entries missing

 *  Resolved [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/)
 * Hi Nobita – you closed out the previous hAtom query I had, but it’s still not
   resolved. Could you check please? Thanks
 * hurra03

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

 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323765)
 * Sorry
 * Your screenshot shows alert.
 * I checked same ( update not exists ),
 * but link click, Structured Data Testing is all good.
 * Examine once again, please give a little time
 * Thank you
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323770)
 * [https://alteregovoices.com/wp-content/uploads/2016/04/nobita.jpg](https://alteregovoices.com/wp-content/uploads/2016/04/nobita.jpg)
 * I believe I need a function similar to this:
 *  `//mod content – use this function only if you DON’T USE Suffusion theme
    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_suf_hatom_data($content) { $t = get_the_modified_time(‘
   F jS, Y’); $author = get_the_author(); $title = get_the_title(); if (is_home()
   || is_singular() || is_archive() ) { $content .= ‘<div class=”hatom-extra” style
   =”display:none;visibility:hidden;”><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_suf_hatom_data’); `
 * Would that work?
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323781)
 * Please tell me about the page you are experiencing the error
 * Is attachment page ?
 * Is post format status post ?
 * or Static page ?
 * If you also error other than this page, please tell me about it.
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323811)
 * I’m checked your WEB Site error pages from your screenshot.
 * The error has occurred is the page of static page and attachments.
 * You needs posted on for static page?
 * You needs Image upload date for attachment image page?
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323824)
 * Yes that’s right
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323891)
 * Please tell me the correct English name
 * Posted on, at attachment page
 * ‘Attached to Post on’ is correct ?
 * Posted on, at static page
 * ‘Created on’ is correct ?
 *  Theme Author [nobita](https://wordpress.org/support/users/nobita/)
 * (@nobita)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323951)
 * Raindrops1.404 live
 * You can show posted on each page and attachment image page
 * Dashboard / Appearance / Customize /
 * Show Attach to Post Date and Author in Attachment
 * Show Publish Date and Author in Page
 *  Thread Starter [hurra03](https://wordpress.org/support/users/hurra03/)
 * (@hurra03)
 * [10 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-7323953)
 * Thanks Nobita – I will have a look a that this week.
 * Thanks for all your help

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

The topic ‘hAtom Entries missing’ is closed to new replies.

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

## Tags

 * [hatom](https://wordpress.org/support/topic-tag/hatom/)

 * 9 replies
 * 3 participants
 * Last reply from: [ff1000ff](https://wordpress.org/support/users/ff1000ff/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/hatom-entries-missing/#post-9028206)
 * Status: resolved