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(); ?> <!-- Content --> <div class="page-content"> <?php if(class_exists('service_finder_booking_plugin') && class_exists( 'ReduxFrameworkPlugin' )) { /*Home page header*/ require get_template_directory() . '/frontend/home-sections/header-home.php'; } ?> <!-- Left & right section start --> <div class="container"> <div class="section-content profiles-content" > <div class="row"> <!-- Left 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('templates/content'); ?> </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; ?> <!-- Pagination END --> </div> <!-- Left part END --> <!-- Side bar start --> <div class="col-md-3"> <?php get_sidebar(); ?> </div> <!-- Side bar END --> </div> </div> </div> <!-- Left & right section END --> </div> <!-- Content END--> <?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]