Example #1
0
?>
			
			
			<?php 
/* Post Comments/Likes
			================================================== */
if ($show_details == "yes") {
    ?>
			
				<div class="comments-likes">
				
					<?php 
    if ($post_format == "quote" || $post_format == "link") {
        ?>
						<?php 
        sf_get_content_view('post', 'meta-details', false);
        ?>
					<?php 
    }
    ?>
					
					<?php 
    if (comments_open()) {
        ?>
					<div class="comments-wrapper"><a href="<?php 
        echo $post_permalink;
        ?>
'#comment-area"><?php 
        echo $comments_icon;
        ?>
<span><?php 
 function sf_get_post_item($postID, $blog_type, $show_title = "yes", $show_excerpt = "yes", $show_details = "yes", $excerpt_length = "20", $content_output = "excerpt", $show_read_more = "yes", $fullwidth = "no")
 {
     $post_item = sf_get_content_view('post', $blog_type, true);
     return $post_item;
 }