'
'Pages: ', 'after' => '
', 'next_or_number' => 'number'));
}
?>
'.__('Pages:','comicpress').' ', 'after' => '
', 'next_or_number' => 'number')); ?>
"; if (is_home() || is_search() || is_archive()) $post_title .= ""; $post_title .= get_the_title(); if (is_home() || is_search() || is_archive()) $post_title .= ""; $post_title .= "\r\n"; echo apply_filters('comicpress_display_post_title',$post_title); } function comicpress_display_post_thumbnail() { global $post; if (function_exists('has_post_thumbnail')) { if ( has_post_thumbnail() ) { $post_thumbnail = "
\r\n"; echo apply_filters('comicpress_display_post_thumbnail',$post_thumbnail); } } } function comicpress_display_author_gravatar() { global $post, $comicpress_options; if ($comicpress_options['enable_post_author_gravatar'] && (is_home() || is_single())) { $author_get_gravatar = str_replace("alt='", "alt='".get_the_author_meta('display_name')."' title='".get_the_author_meta('display_name'),comicpress_get_avatar(get_the_author_meta('email'), 64)); $author_gravatar = " "; echo apply_filters('comicpress_display_author_gravatar', $author_gravatar); } } function comicpress_display_post_calendar() { global $post, $comicpress_options; if ($comicpress_options['enable_post_calendar']) { $post_calendar = "