Пример #1
0
		<?php 
}
?>

	</article><!-- #post -->

	<?php 
if (is_singular()) {
    ?>
		<div class="entry-meta-bottom">
			<?php 
    pt_entry_post_tags();
    ?>
			<?php 
    if (function_exists('pusoc_add_post_content')) {
        pusoc_add_post_content();
    }
    ?>
		</div>
		<?php 
    if (get_the_author_meta('description') && is_multi_author()) {
        ?>
			<div class="author-info">
				<div class="author-avatar">
					<?php 
        echo get_avatar(get_the_author_meta('user_email'), apply_filters('plumtree_author_bio_avatar_size', 60));
        ?>
				</div><!-- .author-avatar -->
				<div class="author-description">
					<h2 class="author-title pt-content-title"><?php 
        printf(__('About %s', 'plumtree'), get_the_author());
Пример #2
0
 function pt_share_icons()
 {
     if (function_exists('pusoc_add_post_content')) {
         pusoc_add_post_content();
     } else {
         return false;
     }
 }