| Server IP : 62.72.47.131 / Your IP : 216.73.217.34 Web Server : Apache/2.4.66 (Debian) System : Linux 975cdb959a49 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : ( 501) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/themes/flatsome/template-parts/portfolio/ |
Upload File : |
<?php
/**
* Portfolio title featured image background.
*
* @package Flatsome\Templates
* @flatsome-version 3.16.0
*/
?>
<div class="page-title portfolio-featured-title featured-title no-overflow">
<div class="page-title-bg fill">
<div class="title-bg fill bg-fill" style="background-image: url('<?php echo wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?>');" data-parallax-container=".page-title" data-parallax="-2" data-parallax-background></div>
<div class="title-overlay fill" style="background-color: rgba(0,0,0,.6)"></div>
</div>
<div class="page-title-inner container flex-row dark">
<div class="flex-col flex-center text-center">
<div class="featured_item_cats breadcrumbs pb-0 op-7">
<?php echo get_the_term_list( get_the_ID(), 'featured_item_category', '', ', ', '' ); ?>
</div>
<h1 class="entry-title is-xlarge uppercase"><?php the_title(); ?></h1>
<?php do_action('flatsome_portfolio_title_after'); ?>
</div>
</div>
</div>