Last active
December 21, 2015 23:19
-
-
Save bhubbard/6381348 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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