Example #1
0
    _e('This post is password protected. Enter the password to view comments.', journalist);
    ?>
<p>
<?php 
    return;
}
?>

<!-- You can start editing here. -->

	<!-- TrackBacks/Pings -->
	<?php 
if (!empty($comments_by_type['pings'])) {
    ?>
	<h3 id="trackbacks"><?php 
    echo ping_count();
    ?>
 Trackbacks/Pingbacks</h3>
	<ol class="trackbacks">
	<?php 
    wp_list_comments('type=pings&callback=list_pings');
    ?>
	</ol>
	<br>
	<?php 
}
?>

<?php 
if (have_comments()) {
    ?>
Example #2
0
    _e('This post is password protected. Enter the password to view comments.', 'journalist');
    ?>
<p>
<?php 
    return;
}
?>

<!-- You can start editing here. -->

	<!-- TrackBacks/Pings -->
	<?php 
if (!empty($comments_by_type['pings'])) {
    ?>
	<h3 id="trackbacks"><?php 
    printf(__('%s Trackbacks/Pingbacks', 'journalist'), ping_count('', false));
    ?>
</h3>
	<ol class="trackbacks">
	<?php 
    wp_list_comments('type=pings&callback=list_pings');
    ?>
	</ol>
	<br>
	<?php 
}
?>

<?php 
if (have_comments()) {
    ?>