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_theme/framework/blogs/ |
Current File : //var/www/web284/html/wp-content/themes/splendor_theme/framework/blogs/style1.php |
<?php if ($smof_data['blog_sidebar_position'] == "Left Sidebar") { ?> <!--Sidebar--> <style> .blog_sidebar .well {padding-left:0px !important; padding-right:20px !important;} </style> <div class="span3 blog_sidebar left"> <div class="myls"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Blog Sidebar") ) : ?> <?php endif; ?> </div> </div> <!--/Sidebar--> <?php } ?> <!--Page contetn--> <div class="<?php if ($smof_data['blog_sidebar_position'] == "Without Sidebar") { ?>span12<?php } else { ?>span9<?php } ?>"> <?php if ($smof_data['blog_sidebar_position'] == "Without Sidebar") { ?> <style> .view img { width:1170px;} </style> <?php } ?> <?php if ( !is_archive() ) { ?> <?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('paged='.$paged.'&cat='.$cat); ?> <?php } ?> <?php if (!(have_posts())) { ?><h1 class="page_title">There are no posts</h3><?php } ?> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div <?php post_class('row mbi'); ?> id="post-<?php the_ID(); ?>"> <div class="<?php if ($smof_data['blog_sidebar_position'] == "Without Sidebar") { ?>span12<?php } else { ?>span9<?php } ?>"> <div class="blog_item"> <?php $format = get_post_format(); get_template_part( 'framework/post-format/format', $format ); ?> </div> </div> </div> <?php endwhile; ?> <?php endif; ?> <section class="nopaddding"> <hr class="notopmargin"> <?php if (function_exists('wp_corenavi')) { ?><div class="pride_pg"><?php wp_corenavi(); ?></div><?php }?> </section> </div> <!--/Page contetn--> <?php if ($smof_data['blog_sidebar_position'] == "Right Sidebar") { ?> <!--Sidebar--> <div class="span3 blog_sidebar"> <div class="myrs"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Blog Sidebar") ) : ?> <?php endif; ?> </div> </div> <!--/Sidebar--> <?php } ?>
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare