Title: hentry support
Last modified: August 30, 2016

---

# hentry support

 *  [marc.despland](https://wordpress.org/support/users/marcdespland/)
 * (@marcdespland)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/hentry-support/)
 * Hello
 * I made some small changes on the theme to make Google happy with entry tags in
   single.php :
 *     ```
       <header>
       			<h1><span class="post-heading entry-title"><?php the_title(); ?></span></h1>
       		</header>
       		<span class="post-info">Posted by <span class="author vcard"><span class="fn"><?php echo get_the_author(); ?></span></span> on <span class="updated"><?php echo get_the_date(); ?></span></span>
       		<div class="tags">
       		<?php echo get_the_tag_list('<p>Tags: ',', ','</p>');?>
       		</div>
       		<div class="single-news-page entry-content">
       		<p>
       			<?php the_content(); ?>
       			<?php wp_link_pages(); ?>
       		</p>
       		</div>
       ```
   
 * So now hentry tags are found : [https://developers.google.com/webmasters/structured-data/testing-tool?url=http://apichords.com/?p%253D28](https://developers.google.com/webmasters/structured-data/testing-tool?url=http://apichords.com/?p%253D28)

The topic ‘hentry support’ is closed to new replies.

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

## Tags

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

 * 0 replies
 * 1 participant
 * Last reply from: [marc.despland](https://wordpress.org/support/users/marcdespland/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/hentry-support/)
 * Status: not resolved