PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
service-finder
<?php /***************************************************************************** * * copyright(c) - aonetheme.com - Service Finder Team * More Info: http://aonetheme.com/ * Coder: Service Finder Team * Email: contact@aonetheme.com * ******************************************************************************/ get_header(); $service_finder_ThemeParams = service_finder_global_params('service_finder_ThemeParams'); ?> <!-- Default search result page --> <div class="page-content clearfix"> <!-- Left & right section start --> <div class="container"> <div class="col-md-6"> <?php $allowedhtml = array( 'a' => array( 'href' => array(), 'title' => array() ), ); ?> <h2 class="result-title"><?php printf( esc_html__('Search Results for: %s', 'service-finder' ), get_search_query() ); ?></h2> </div> <div class="section-content blog-content" > <div class="row"> <!-- Blog part start --> <div class="col-md-9"> <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="post"> <?php get_template_part( 'content', 'search' ); ?> </div> </div> <?php endwhile; the_posts_pagination( array( 'prev_text' => "<i class='fa fa-angle-left'></i>".esc_html__(' Prev', 'service-finder' ), 'next_text' => esc_html__('Next ', 'service-finder' )."<i class='fa fa-angle-right'></i>", 'before_page_number' => '', ) ); // If no content, include the "No posts found" template. else : get_template_part( 'content', 'none' ); endif; ?> </div> <!-- Blog part END --> <!-- Side bar start --> <div class="col-md-3"> <?php get_sidebar(); ?> </div> <!-- Side bar END --> </div> </div> </div> </div> <?php get_footer(); ?>
[+]
..
[-] 404.php
[edit]
[-] style.css
[edit]
[-] content-category.php
[edit]
[+]
wp-job-manager-alerts
[-] content-none.php
[edit]
[-] page.php
[edit]
[-] single-sf_articles.php
[edit]
[+]
inc
[-] category.php
[edit]
[-] search.php
[edit]
[-] sidebar.php
[edit]
[-] README.md
[edit]
[-] screenshot.png
[edit]
[+]
plugins
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] single.php
[edit]
[+]
wc-vendors
[-] single-sf_comment_rating.php
[edit]
[-] content-author.php
[edit]
[-] archive-sf_answers.php
[edit]
[-] index.php
[edit]
[-] archive-sf_questions.php
[edit]
[+]
lib
[-] header.php
[edit]
[-] styles.php
[edit]
[+]
languages
[+]
job_manager
[-] footer.php
[edit]
[+]
templates
[-] readme.txt
[edit]
[-] functions.php
[edit]
[-] content-search.php
[edit]
[+]
frontend
[+]
Demo
[-] favicon.ico
[edit]
[-] author.php
[edit]
[-] single-sf_questions.php
[edit]
[-] single-sf_answers.php
[edit]
[-] single-job_listing.php
[edit]