PATH:
home
/
centosnipponia
/
public_html
/
BAK_doohannl
/
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" role="main"> <?php // Get fontawesome prefix $fa_prefix = sydney_get_fontawesome_prefix( 'fab ' ); if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php $icon = get_post_meta( get_the_ID(), 'wpcf-service-icon', true ); ?> <?php $link = get_post_meta( get_the_ID(), 'wpcf-service-link', true ); ?> <div class="service col-md-4"> <div class="roll-icon-box"> <?php if ($icon) : ?> <div class="icon"> <?php if ($link) : ?> <?php echo '<a href="' . esc_url( $link ) . '"><i class="' . esc_html( $fa_prefix . $icon ) . '"></i></a>'; ?> <?php else : ?> <?php echo '<i class="' . esc_html( $fa_prefix . $icon ) . '"></i>'; ?> <?php endif; ?> </div> <?php endif; ?> <div class="content"> <h3> <?php if ($link) : ?> <a href="<?php echo esc_url($link); ?>"><?php the_title(); ?></a> <?php else : ?> <?php the_title(); ?> <?php endif; ?> </h3> <?php the_content(); ?> </div> </div> </div> <?php endwhile; ?> <?php the_posts_pagination( array( 'mid_size' => 1, ) ); ?> <?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]