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/search.php |
<?php get_header(); ?> <?php global $more; $more = 0; ?> <div class="main_content_area"> <div class="container"> <div class="row"> <?php if ($data['blog_sidebar_position'] == "Left Sidebar") { ?> <!--Sidebar--> <div class="span3 blog_sidebar"> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Blog Sidebar") ) : ?> <?php endif; ?> </div> <!--/Sidebar--> <?php } ?> <!--Page contetn--> <div class="span9"> <h1 class="page-title"><?php _e("Search Results:","splendor"); ?></h1> <p><strong><?php _e("Was found:","splendor"); ?></strong> </p> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div class="blog_item s_res"> <div class="blog_item_content"> <div class="blog_head"> <div class="row-fluid"> <div class="span4"> <h3 class="small_width"><a href="<?php echo the_permalink(); ?>"><?php the_title(); ?> </a></h3> <div class="meta"> <?php if($smof_data['blog_show_posts_date'] == true ) { ?><span><?php the_time('j.') ?> <?php the_time('F') ?> <?php the_time('Y') ?></span><?php } ?> <?php if($smof_data['blog_show_posts_meta_author'] == true ) { ?><span <?php if(($smof_data['blog_show_posts_meta_category'] == false ) & ($smof_data['blog_show_posts_meta_comments'] == false )) { ?> class="last_item"<?php } ?> ><?php _e("By ","splendor"); ?><?php the_author_posts_link() ?></span><?php } ?> <?php if($smof_data['blog_show_posts_meta_comments'] == true ) { ?><span class="last_item"><a href="<?php the_permalink() ?>#comments"><?php comments_number('0','1','%')?><?php _e(" comment(s)","splendor"); ?></a></span><?php } ?> </div> </div> <div class="span8"> <?php the_excerpt()?> </div> </div> </div> </div> </div> <?php endwhile; else: ?> <div class="alert"> <strong><?php _e("Nothing was found!","splendor"); ?></strong><?php _e(" Change a few things up and try submitting again.","splendor"); ?> </div> <?php endif; ?> <section style="padding:0px !important;"> <hr style="margin-top:0px;"> <?php if (function_exists('wp_corenavi')) { ?><div class="pride_pg"><?php wp_corenavi(); ?></div><?php }?> </section> </div> <?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