Skip to content

Instantly share code, notes, and snippets.

@bhubbard
Last active December 21, 2015 23:19
Show Gist options
  • Save bhubbard/6381348 to your computer and use it in GitHub Desktop.
Save bhubbard/6381348 to your computer and use it in GitHub Desktop.
<div itemprop="review" itemscope itemtype="http://schema.org/Review">
<div itemprop="author" itemscope itemtype="http://schema.org/Person">
<h1 class="headline" itemprop="name"><?php the_title(); ?></h1>
</div>
<div class="the-content" itemprop="reviewBody">
<?php the_content(); ?>
</div>
<div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
<span itemprop="name" style="display:none;">imFORZA</span>
</div>
<div>
<meta itemprop="datePublished" content="<?php the_date(); ?>">
</div>
</div><!-- end Review -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment