".get_the_time('M')."".get_the_time('d')."
\r\n";
echo apply_filters('easel_display_post_calendar', $post_calendar);
}
}
}
if (!function_exists('easel_display_post_author')) {
function easel_display_post_author() {
global $post, $authordata;
if (!easel_themeinfo('disable_author_info_in_posts')) {
$post_author = "". __('Posted In: ','easel') .get_the_category_list(', ')."
\r\n";
}
echo apply_filters('easel_display_post_category', $post_category);
}
}
if (!function_exists('easel_display_post_tags')) {
function easel_display_post_tags() {
global $post;
if (!easel_themeinfo('disable_tags_in_posts')) {
$post_tags = "
%link',__('‹ Prev','easel'), false); ?>
%link',__('Next ›','easel'), false); ?>
is_single = $temp_single;
}
}
}
if (!function_exists('easel_display_the_content')) {
function easel_display_the_content() {
global $post, $wp_query;
if ((is_archive() || is_search()) && (easel_themeinfo('excerpt_or_content_in_archive') == 'excerpt')) {
do_action('easel-display-the-content-before');
the_excerpt();
do_action('easel-display-the-content-after');
} else {
if (!is_single()) { global $more; $more = 0; }
do_action('easel-display-the-content-before');
the_content(__('↓ Read the rest of this entry...','easel'));
do_action('easel-display-the-content-after');
}
}
}
if (!function_exists('easel_display_post')) {
function easel_display_post() {
global $post, $wp_query;
if (!easel_is_bbpress()) easel_display_blog_navigation(); ?>