whoami7 - Manager
:
/
home
/
qbizpnmr
/
alfalahacademy.net
/
wp-content
/
themes
/
kipso
/
Upload File:
files >> /home/qbizpnmr/alfalahacademy.net/wp-content/themes/kipso/search.php
<?php /** * $Desc * * @version 1.0 * @package basetheme * @author Gaviasthemes Team * @copyright Copyright (C) 2016 Gaviasthemess. All Rights Reserved. * @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html * */ get_header(); $sidebar_layout_config = kipso_get_option('default_sidebar_config', 'right-sidebar'); $left_sidebar = kipso_get_option('default_left_sidebar', 'default_sidebar'); $right_sidebar = kipso_get_option('default_right_sidebar', 'default_sidebar'); $left_sidebar_config = array('active' => false); $right_sidebar_config = array('active' => false); $main_content_config = array('class' => 'col-lg-12 col-lg-12 col-md-12 col-sm-12 col-xs-12'); $sidebar_config = kipso_sidebar_global($sidebar_layout_config, $left_sidebar, $right_sidebar); extract($sidebar_config); ?> <section id="wp-main-content" class="clearfix main-page title-layout-standard"> <?php do_action( 'kipso_before_page_content' ); ?> <div class="container"> <div class="row"> <div class="content-page <?php echo esc_attr($main_content_config['class']); ?>"> <div id="wp-content" class="wp-content"> <?php if ( have_posts() ) : ?> <div class="post-area results-search clearfix blog-grid-style post-items"> <div class="lg-block-grid-2 md-block-grid-2 sm-block-grid-2 xs-block-grid-1 post-masonry-style"> <?php while ( have_posts() ) : the_post(); ?> <div class="item-columns item-masory margin-bottom-30"> <div class="post post-block"> <?php if(has_post_thumbnail()){ ?> <div class="post-thumbnail"> <?php the_post_thumbnail(); ?> </div> <?php } ?> <div class="entry-content"> <div class="content-inner"> <div class="content-top entry-meta"> <?php if ( in_array( 'category', get_object_taxonomies( get_post_type() ) ) ){ ?> <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'kipso' ) ); ?></span> <span class="line"></span> <?php } ?> <?php kipso_posted_on(); ?> </div> <h2 class="entry-title"><a href="<?php echo esc_url( get_permalink() ) ?>" rel="bookmark"><?php the_title() ?></a></h2> <?php kipso_limit_words( 16, get_the_excerpt(), '' );?> </div> <?php the_tags( '<footer class="entry-meta"><span class="tag-links">', '', '</span></footer>' ); ?> <div class="read-more hidden"><a class="btn-theme" href="<?php echo esc_url( get_permalink() ) ?>"><?php echo esc_html__( 'Read more ', 'kipso' ) ?></a></div> </div><!-- .entry-content --> </div> </div> <?php endwhile; ?> </div> </div> <?php else: ?> <div class="alert alert-danger"><?php esc_html_e( 'Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'kipso' ); ?></div> <?php endif ?> <div class="pagination"> <?php echo kipso_pagination(); ?> </div> </div> </div> <!-- Left sidebar --> <?php if($left_sidebar_config['active']): ?> <div class="sidebar wp-sidebar sidebar-left <?php echo esc_attr($left_sidebar_config['class']); ?>"> <?php do_action( 'kipso_before_sidebar' ); ?> <div class="sidebar-inner"> <?php dynamic_sidebar($left_sidebar_config['name'] ); ?> </div> <?php do_action( 'kipso_after_sidebar' ); ?> </div> <?php endif ?> <!-- Right Sidebar --> <?php if($right_sidebar_config['active']): ?> <div class="sidebar wp-sidebar sidebar-right <?php echo esc_attr($right_sidebar_config['class']); ?>"> <?php do_action( 'kipso_before_sidebar' ); ?> <div class="sidebar-inner"> <?php dynamic_sidebar($right_sidebar_config['name'] ); ?> </div> <?php do_action( 'kipso_after_sidebar' ); ?> </div> <?php endif ?> </div> </div> <?php do_action( 'kipso_after_page_content' ); ?> </section> <?php get_footer(); ?>
Copyright ©2021 || Defacer Indonesia