OwlCyberSecurity - MANAGER
Edit File: post.php
<?php $template_args['post_ID'] = $ID; $template_args['post_Style'] = $Post_Style; $template_args = array_merge( $template_args, neytri_single_post_params() ); ?> <?php neytri_template_part( 'post', 'templates/'.$Post_Style.'/parts/category', '', $template_args ); if( $template_args['enable_title'] ) : neytri_template_part( 'post', 'templates/post-extra/title', '', $template_args ); endif; neytri_template_part( 'post', 'templates/'.$Post_Style.'/parts/author_bio', '', $template_args ); neytri_template_part( 'post', 'templates/post-extra/content', '', $template_args ); ?> <!-- Post Meta --> <div class="post-meta"> <!-- Meta Left --> <div class="meta-left"> <?php neytri_template_part( 'post', 'templates/'.$Post_Style.'/parts/author', '', $template_args ); ?> </div><!-- Meta Left --> <!-- Meta Right --> <div class="meta-right"> <?php neytri_template_part( 'post', 'templates/'.$Post_Style.'/parts/social', '', $template_args ); ?> </div> </div><!-- Post Meta --> <!-- Post Dynamic --> <?php echo apply_filters( 'neytri_single_post_dynamic_template_part', neytri_get_template_part( 'post', 'templates/'.$Post_Style.'/parts/dynamic', '', $template_args ) ); ?><!-- Post Dynamic -->