Exemplo n.º 1
0
the_content();
?>
    <div class="clearfix"></div>
    <?php 
do_action('shoestrap_single_after_content');
?>
  </div>
	<div class="clearfix"></div>
	
	<?php 
// Add nextpage links
wp_link_pages(array('before' => '<nav class="post-bottom-nav">', 'after' => '</nav>', 'next_or_number' => 'next', 'previouspagelink' => __('<span class="prev"><span class="entypo-icon-left-open"></span>Prev</span>'), 'nextpagelink' => __('<span class="next">Next<span class="next entypo-icon-right-open"></span></span>')));
?>

	<?php 
ac_social_sharing('page');
?>
		
  <?php 
// The comments section loaded when appropriate
if (post_type_supports('post', 'comments')) {
    do_action('shoestrap_pre_comments');
    if (!has_action('shoestrap_comments_override')) {
        comments_template('/templates/comments.php');
    } else {
        do_action('shoestrap_comments_override');
    }
    do_action('shoestrap_after_comments');
}
?>
  <?php 
		  <h1><strong><?php 
echo roots_title();
?>
</strong></h1>
	  	<?php 
shoestrap_meta_custom_render();
?>
   
	  </header>

    <?php 
the_content();
?>
    <div class="clearfix"></div>
		<?php 
ac_social_sharing();
?>
  

    <?php 
do_action('shoestrap_single_after_content');
?>

	  <footer>
	  	<?php 
get_template_part('templates/post-bottom-nav', 'single');
?>
	  </footer>
  </div>

  <?php 
echo ac_person_get_position();
?>
		  
		  		  
		  <div class="entry-summary">
		    <?php 
echo ac_get_excerpt($post, false, true, true, ac_person_get_all_social_icons());
?>
		    <div class="clearfix"></div>
		  </div>

		</div>		
		 	 
	</div>
	
	<?php 
ac_social_sharing('ac_person');
?>
	
  <?php 
if (has_action('shoestrap_entry_footer')) {
    echo '<footer class="entry-footer">';
    do_action('shoestrap_entry_footer');
    echo '</footer>';
}
?>
  
  <?php 
do_action('shoestrap_in_article_bottom');
?>
</article>