Example #1
0
    grve_print_post_header_title('content');
    ?>
			<?php 
    grve_print_post_single_meta();
    ?>
			<div itemprop="articleBody">
				<?php 
    the_content();
    ?>
			</div>
		</div>
	</article>

<?php 
} else {
    $grve_post_class = grve_get_post_class('grve-label-post');
    $grve_link = get_post_meta(get_the_ID(), 'grve_post_link_url', true);
    $new_window = get_post_meta(get_the_ID(), 'grve_post_link_new_window', true);
    if (empty($grve_link)) {
        $grve_link = get_permalink();
    }
    $grve_target = '_self';
    if (!empty($new_window)) {
        $grve_target = '_blank';
    }
    ?>

	<article id="post-<?php 
    the_ID();
    ?>
" <?php 
Example #2
0
			<?php 
    grve_print_post_header_title('content');
    ?>
			<?php 
    grve_print_post_single_meta();
    ?>
			<?php 
    the_content();
    ?>
		</div>

	</article>

<?php 
} else {
    $grve_post_class = grve_get_post_class();
    ?>

	<article id="post-<?php 
    the_ID();
    ?>
" <?php 
    post_class($grve_post_class);
    ?>
 itemscope itemType="http://schema.org/BlogPosting">
		<?php 
    grve_print_post_video();
    ?>
		<div class="grve-post-content">

			<?php