Beispiel #1
0
?>
" title="<?php 
printf(esc_attr__('Permalink to %s', 'favepersonal'), the_title_attribute('echo=0'));
?>
" rel="bookmark"><?php 
the_title();
?>
</a></h1>
		<time class="entry-date" datetime="<?php 
the_time('c');
?>
" pubdate><a href="<?php 
the_permalink();
?>
"><?php 
echo cfcp_date();
?>
</a></time>
	</div>	
	<div class="entry-content">
		<div class="entry-media">
			<a href="<?php 
the_permalink();
?>
"><?php 
the_post_thumbnail('medium-img');
?>
</a>
		</div>
		<?php 
the_excerpt();
Beispiel #2
0
}
global $comment;
?>

<div id="comment-<?php 
comment_ID();
?>
"  class="social-comment-inner">
	<div class="social-comment-header">
		<div class="social-comment-author vcard">
			<cite class="social-fn fn">Pingback</cite>
		</div><!-- .comment-author .vcard -->
		<div class="social-comment-meta">
			<span class="social-posted-from">Pingback</span> 
			<?php 
echo '<a href="' . htmlspecialchars(get_comment_link($comment->comment_ID)) . '" class="social-posted-when">', cfcp_date(), '</a>';
?>
		</div>
	</div><!--.social-comment-header-->
	<div class="social-comment-body">
		<p><?php 
comment_author_link();
?>
</p>
		<?php 
comment_text();
?>
	</div><!--.social-comment-body-->
	<div class="social-actions">
		<?php 
comment_reply_link(array_merge($args, array('depth' => $depth, 'max_depth' => $args['max_depth'])), $comment, $post);