PATH:
home
/
centosnipponia
/
public_html
/
nipponiacom
/
wp-content
/
themes
/
sydney-pro-ii
<?php /** * The template for displaying all single employees. * * @package Sydney */ get_header(); ?> <?php if (get_theme_mod('fullwidth_employee')) { //Check if the post needs to be full width $fullwidth = 'fullwidth'; } else { $fullwidth = ''; } ?> <div id="primary" class="content-area col-md-9 <?php echo $fullwidth; ?>"> <main id="main" class="post-wrap" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'partials/content', 'employee' ); ?> <?php if ( get_theme_mod('employee_nav', 0) != 1 ) { sydney_post_navigation(); } ?> <?php endwhile; // end of the loop. ?> </main><!-- #main --> </div><!-- #primary --> <?php if ( get_theme_mod('fullwidth_employee', 0) != 1 ) { get_sidebar(); } ?> <?php get_footer(); ?>
[+]
..
[+]
css
[+]
demo-content
[+]
fonts
[+]
images
[+]
inc
[+]
js
[+]
languages
[+]
page-templates
[+]
partials
[+]
plugins
[+]
post-templates
[+]
theme-dashboard
[+]
updater
[+]
vendor
[+]
widgets
[+]
woocommerce
[-] 404.php
[edit]
[-] archive-employees.php
[edit]
[-] archive-services.php
[edit]
[-] archive.php
[edit]
[-] comments.php
[edit]
[-] content-none.php
[edit]
[-] content-page.php
[edit]
[-] content-quick-view.php
[edit]
[-] content-search.php
[edit]
[-] content-single.php
[edit]
[-] content-wishlist.php
[edit]
[-] content.php
[edit]
[-] footer.php
[edit]
[-] functions.php
[edit]
[-] header-contact.php
[edit]
[-] header-featured-image.php
[edit]
[-] header-no-header.php
[edit]
[-] header.php
[edit]
[-] home.php
[edit]
[-] index.php
[edit]
[-] license.txt
[edit]
[-] page.php
[edit]
[-] README.md
[edit]
[-] readme.txt
[edit]
[-] rtl.css
[edit]
[-] screenshot.png
[edit]
[-] search.php
[edit]
[-] searchform.php
[edit]
[-] sidebar-footer.php
[edit]
[-] sidebar-shop.php
[edit]
[-] sidebar.php
[edit]
[-] single-employees.php
[edit]
[-] single-projects.php
[edit]
[-] single.php
[edit]
[-] style.css
[edit]
[-] sydney-gutenberg-editor-styles.css
[edit]
[-] toolset-config.json
[edit]
[-] wpml-config.xml
[edit]
[-] .htaccess.disabled
[edit]