Esempio n. 1
0
 }
 if ($config) {
     $postbody = $config['postbody'];
 } else {
     $postbody = $options_page['postbody'];
 }
 if (function_exists('comicpress_display_comic') && comicpress_in_comic_category()) {
     // ComicPress support
     echo ryuzine_display_comic();
     if ($postbody == "1") {
         the_content();
     }
     // If in comics category and text enabled
 } else {
     if ('webcomic_post' == get_post_type()) {
         the_webcomic_object('full');
         if ($postbody == "1") {
             the_content();
         }
         // If in comics category and text enabled
     } else {
         if ('comic' == get_post_type()) {
             if (function_exists('easel_comics_display_comic')) {
                 echo easel_comics_display_comic('full');
             } else {
                 if (function_exists('ceo_pluginfo')) {
                     echo ryuzine_display_comic();
                 } else {
                 }
             }
             if ($postbody == "1") {
the_permalink();
?>
" title="<?php 
the_time();
?>
" rel="bookmark"><span class="entry-date"><?php 
echo get_the_date();
?>
</span></a>
				<?php 
edit_post_link(__('Edit', 'webcomic'), "<span class=\"meta-sep\">|</span>\n\t\t\t\t\t\t<span class=\"edit-link\">", "</span>\n\t\t\t\t\t");
?>
			</div><!-- .entry-meta -->
			<div class="entry-content">
				<div class="wp-caption"><?php 
the_webcomic_object('medium', 'self');
?>
</div>
				<div class="nav-previous"><strong><?php 
_e('Domestic:', 'webcomic');
?>
</strong> <?php 
echo $webcomic->get_purchase_webcomic_cost('price', 'domestic');
?>
 <sup>+ <?php 
echo $webcomic->get_purchase_webcomic_cost('shipping', 'domestic');
_e(' shipping', 'webcomic');
?>
</sup><?php 
echo $webcomic->get_purchase_webcomic_form('domestic');
?>