PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
themes
/
redbiz
/
tpl
<?php if ( themesflat_choose_opt( 'show_related_portfolio') != 1) return; $atts = array( 'style' => themesflat_choose_opt( 'related_portfolio_style' ), 'status' => themesflat_choose_opt('portfolio_status'), 'columns' => themesflat_choose_opt( 'grid_columns_portfolio_related' ), 'limit' => (int) themesflat_choose_opt( 'number_related_portfolio'), 'content_length' => 150, 'show_filter' => 'no' ); if ( $tags = get_the_terms( get_the_ID(), 'portfolios_tag' ) ) { $atts['tag'] = array_values( wp_list_pluck( $tags, 'slug' ) ); } elseif ( $categories = get_the_terms( get_the_ID(), 'portfolios_category' ) ) { $atts['category'] = array_values( wp_list_pluck( $categories, 'slug' ) ); } if ( $atts['style'] == 'carousel' ) { $atts['style'] = 'related'; $atts['enable_carousel'] = 'yes'; } elseif ( $atts['style'] == 'carousel-no-margin' ) { $atts['style'] = 'no-margin'; $atts['enable_carousel'] = 'yes'; }else { $atts['style'] = 'related'; } $atts['exclude'] = get_the_ID(); ?> <section class="related-portfolios"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="related-post"> <?php if( get_theme_mod( 'title_related_portfolio','Related Portfolio' ) != "" ) { echo '<div class="title_related_portfolio">'.get_theme_mod( 'title_related_portfolio','Related Portfolio' ).'</div>'; } if (class_exists('themesflat_VCExtend')) { echo themesflat_VCExtend::themesflat_portfolio( $atts ); } ?> </div> </div> </div> </div> </section>
[-] blog.php
[open]
[-] site-header.php
[open]
[-] page_fullwidth.php
[open]
[-] feature-post.php
[open]
[-] front-page.php
[open]
[+]
..
[-] related-post.php
[open]
[-] comming-soon.php
[open]
[-] page_single.php
[open]
[-] portfolio-related.php
[open]
[-] topbar.php
[open]
[+]
header
[-] pagination.php
[open]
[-] feature-post-single.php
[open]
[-] social-share.php
[open]
[-] page-title.php
[open]