function ya_woocommerce_sharing()
{
    echo get_social();
}
Exemplo n.º 2
0
	  </div>
		<!-- Tag -->
	  <?php 
    if (get_the_tag_list()) {
        ?>
		  <div class="single-tag">
				<?php 
        echo get_the_tag_list('<span>Tags: </span>', ', ', '');
        ?>
		  </div>
	  <?php 
    }
    ?>
	  <!-- Social -->
	  <?php 
    get_social();
    ?>
	  <!-- link page -->
	  <?php 
    wp_link_pages(array('before' => '<div class="page-links"><span class="page-links-title">' . __('Pages:', 'yatheme') . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>'));
    ?>
    </div>
	 <div id="authorDetails">
		<h4 class="title">About the author </h4>
	  <div class="authorDetail">
		  <?php 
    get_the_author_meta();
    ?>
		  <div class="avatar">
			  <?php 
    echo get_avatar($post->post_author, 100);