PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
medifides
/
wp-content
/
themes
/
redbiz
/
tpl
<?php if ( ! get_theme_mod( 'show_related_post' ) ) return; $args = array( 'limit' => get_theme_mod( 'number_related_post', 3 ), 'layout' => get_theme_mod( 'related_post_style', 'blog-grid' ), 'grid_columns' => get_theme_mod( 'grid_columns_post_related', 3 ), 'hide_readmore' => 'no', 'content_length'=> themesflat_choose_opt('blog_archive_post_excepts_length'), 'readmore_text' => themesflat_choose_opt('blog_archive_readmore_text'), 'exclude' => get_the_ID() ); $tags = (array) get_the_tags(); $categories = (array) get_the_category(); if ( empty( $tags ) && empty( $categories ) ) return; $args['tag'] = wp_list_pluck( $tags, 'slug' ); $args['category'] = wp_list_pluck( $categories, 'slug' ); ?> <section class="related-post related-posts-box"> <div class="box-wrapper"> <h3 class="box-title"><?php esc_html_e( 'Related Posts', 'redbiz' ) ?></h3> <div class="box-content"> <?php if (class_exists('themesflat_VCExtend')) { echo themesflat_VCExtend::themesflat_posts( $args ) ; } ?> </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]