Warning: Undefined array key "yPBFjS" in /home/ic3/domains/ic3.info/public_html/wp-includes/kses.php on line 1
HEX
HEX
Server: LiteSpeed
System: Linux control5.webnow.vn 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: ic3 (1169)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /home/ic3/public_html/wp-content/themes/flatsome/template-parts/portfolio/portfolio-summary.php
<?php
/**
 * Portfolio summary.
 *
 * @package          Flatsome\Templates
 * @flatsome-version 3.18.0
 */

if ( ! get_theme_mod( '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 flatsome_apply_shortcode( 'share', array( '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 esc_html_e( 'Tags', 'flatsome' ); ?>:</strong>
		<?php echo strip_tags( get_the_term_list( get_the_ID(), 'featured_item_tag', '', ' / ', '' ) ); ?>
	</div>
<?php } ?>