| Server IP : 104.21.80.248 / Your IP : 162.159.115.42 Web Server : Apache/2.4.25 (Win32) OpenSSL/1.0.2j PHP/5.6.30 System : Windows NT WIN-ECQAAA40806 6.2 build 9200 (Windows Server 2012 Standard Edition) i586 User : SYSTEM ( 0) PHP Version : 5.6.30 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Inetpub/www/training/wp-content/themes/flatsome/template-parts/portfolio/ |
Upload File : |
<?php if(!flatsome_option('portfolio_title')) { ?>
<div class="featured_item_cats breadcrumbs mb-half">
<?php echo get_the_term_list( get_the_ID(), 'featured_item_category', '', '<span class="divider">|</span>', '' ); ?>
</div>
<h1 class="entry-title uppercase"><?php the_title(); ?></h1>
<?php } ?>
<?php the_excerpt();?>
<?php if ( get_theme_mod( 'portfolio_share', 1 ) ) : ?>
<div class="portfolio-share">
<?php echo do_shortcode( '[share style="small"]' ) ?>
</div>
<?php endif; ?>
<?php if(get_the_term_list( get_the_ID(), 'featured_item_tag')) { ?>
<div class="item-tags is-small bt pt-half uppercase">
<strong><?php _e('Tags','woocommerce'); ?>:</strong>
<?php echo strip_tags (get_the_term_list( get_the_ID(), 'featured_item_tag', '', ' / ', '' )); ?>
</div>
<?php } ?>