PATH:
home
/
centosnipponia
/
public_html
/
sweetrich
/
wp-content
/
themes
/
sydney-pro-ii
<?php /** * Services archives template * * @package Sydney */ get_header(); ?> <?php do_action('sydney_before_content'); ?> <div id="primary" class="content-area"> <main id="main" class="post-wrap roll-team no-carousel" role="main"> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <?php //Get the custom field values $photo = get_post_meta( get_the_ID(), 'wpcf-photo', true ); $position = get_post_meta( get_the_ID(), 'wpcf-position', true ); $facebook = get_post_meta( get_the_ID(), 'wpcf-facebook', true ); $twitter = get_post_meta( get_the_ID(), 'wpcf-twitter', true ); $google = get_post_meta( get_the_ID(), 'wpcf-google-plus', true ); $link = get_post_meta( get_the_ID(), 'wpcf-custom-link', true ); ?> <div class="team-item col-md-4"> <div class="team-inner"> <?php if ( has_post_thumbnail() ) : ?> <div class="avatar"> <?php the_post_thumbnail('employees-image'); ?> </div> <?php endif; ?> </div> <div class="team-content"> <div class="name"> <?php if ($link == '') : ?> <?php the_title(); ?> <?php else : ?> <a href="<?php echo esc_url($link); ?>"><?php the_title(); ?></a> <?php endif; ?> </div> <div class="pos"><?php echo esc_html($position); ?></div> <?php // Get fontawesome prefix $fa_prefix = sydney_get_fontawesome_prefix( 'fab ' ); ?> <ul class="team-social"> <?php if ($facebook != '') : ?> <li><a class="facebook" href="<?php echo esc_url($facebook); ?>" target="_blank"><i class="<?php echo esc_attr( $fa_prefix ); ?>fa-facebook"></i></a></li> <?php endif; ?> <?php if ($twitter != '') : ?> <li><a class="twitter" href="<?php echo esc_url($twitter); ?>" target="_blank"><i class="<?php echo esc_attr( $fa_prefix ); ?>fa-twitter"></i></a></li> <?php endif; ?> <?php if ($google != '') : ?> <li><a class="google" href="<?php echo esc_url($google); ?>" target="_blank"><i class="<?php echo esc_attr( $fa_prefix ); ?>fa-google-plus"></i></a></li> <?php endif; ?> </ul> </div> </div><!-- /.team-item --> <?php endwhile; ?> <?php the_posts_navigation(); ?> <?php else : ?> <?php get_template_part( 'content', 'none' ); ?> <?php endif; ?> </main><!-- #main --> </div><!-- #primary --> <?php do_action('sydney_after_content'); ?> <?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]