Beispiel #1
0
?>

			<div id="post-<?php 
the_ID();
?>
" class="<?php 
barthelme_post_class();
?>
">
				<h2 class="entry-title"><?php 
the_title();
?>
</h2>
				<?php 
if (get_post_custom_values('authorlink')) {
    printf(__('<div class="author-meta">By %1$s</div>', 'barthelme'), barthelme_author_link());
}
?>
				<div class="entry-content">
<?php 
the_content();
?>

					<ul id="linkcats" class="xoxo">
<?php 
wp_list_bookmarks('title_before=<h3>&title_after=</h3>&category_before=<li id="page-%id" class="%class">&after=</p></li>&between=<p>&show_description=1');
?>

					</ul>
<?php 
edit_post_link(__('Edit this entry.', 'barthelme'), '<p class="entry-edit">', '</p>');
Beispiel #2
0
        ?>

						</div>
					</div>
				</div>
				<div class="entry-meta">
					<span class="entry-date"><abbr class="published" title="<?php 
        the_time('Y-m-d\\TH:i:sO');
        ?>
"><?php 
        unset($previousday);
        printf(__('%1$s', 'barthelme'), the_date('Y m d', false));
        ?>
</abbr></span>
					<?php 
        barthelme_author_link();
        ?>
					<span class="entry-comments"><?php 
        comments_popup_link(__('Comments (0)', 'barthelme'), __('Comments (1)', 'barthelme'), __('Comments (%)', 'barthelme'));
        ?>
</span>
<?php 
        edit_post_link(__('Edit', 'barthelme'), "\t\t\t\t\t<span class='entry-edit'>", "</span>\n");
        ?>
				</div>
			</div><!-- .post -->

<?php 
    }
    ?>
Beispiel #3
0
    the_excerpt();
}
?>
</div>
<?php 
the_content('<span class="more-link">' . __('Continue reading &rsaquo;', 'barthelme') . '</span>');
?>

<?php 
edit_post_link(__('Edit this entry.', 'barthelme'), '<p class="entry-edit">', '</p>');
?>

				</div>
				<div class="entry-meta">
					<?php 
printf(__('<span class="entry-published">Posted by %1$s on <abbr class="published" title="%2$sT%3$s">%4$s at %5$s</abbr>.</span> <span class="entry-rsslink">Follow any responses to this post with its <a href="%6$s" title="Comments RSS to %7$s" rel="alternate" type="application/rss+xml">comments RSS</a> feed.</span>', 'barthelme'), barthelme_author_link(), get_the_time('Y-m-d'), get_the_time('H:i:sO'), get_the_time('l, F j, Y,'), get_the_time(), esc_url(get_post_comments_feed_link()), _wp_specialchars(get_the_title(), 'double'));
?>

<?php 
if ('open' == $post->comment_status && 'open' == $post->ping_status) {
    ?>
					<span class="entry-interact"><?php 
    printf(__('You can <a href="#respond" title="Post a comment">post a comment</a> or <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url());
    ?>
</span>
<?php 
} elseif (!('open' == $post->comment_status) && 'open' == $post->ping_status) {
    ?>
					<span class="entry-interact"><?php 
    printf(__('Comments are closed, but you can <a href="%s" rel="trackback" title="Trackback URL for your post">trackback</a> from your blog.', 'barthelme'), get_trackback_url());
    ?>