Sid Gifari From Gifari Industries - BD Cyber Security Team
Home
/
home
/
drleilu
/
www
/
wp-content
/
themes
/
luxia
/
template-parts
/
✏️
Editing: post-portfolio.php
<?php $defaults = [ 'wrap_in' => '', ]; $categories = array_filter((array) get_the_terms(get_the_ID(), 'category')); ?> <div class="<?php echo esc_attr( $data['wrap_in'] ) ? esc_attr( $data['wrap_in'] ) : '' ?>"> <?php $agrombg = get_the_post_thumbnail_url(); ?> <a class='gallery-link' href='<?php echo esc_html( $agrombg) ?>'> <figure class='gallery-image'> <?php the_post_thumbnail(); ?> <figcaption><?php the_title(); ?></figcaption> </figure> </a> </div>
💾 Save
❌ Cancel