50)); /** * Banner Options */ $blog_style = guto_lite_option( 'blog_style' ); if(!has_post_thumbnail()) { $post_class = 'single-blog-post without-image'; }else{ $post_class = 'single-blog-post'; } if(!has_post_thumbnail()) { $post_class_fs = 'single-blog-post-fs without-image'; }else{ $post_class_fs = 'single-blog-post-fs'; } if(!has_post_thumbnail()) { $post_class_os = 'os-single-blog without-image'; }else{ $post_class_os = 'os-single-blog'; } $blog_sidebar = guto_lite_option( 'blog_sidebar' ); if( $blog_sidebar == 'right' ): $blog_col_class = 'col-lg-6 col-sm-6 col-md-6'; else : $blog_col_class = 'col-lg-4 col-sm-6 col-md-6'; endif; if( $blog_sidebar == 'right' ): $blog_col_class_os = 'col-lg-12 col-md-6'; else : $blog_col_class_os = 'col-lg-4 col-md-6'; endif; $post_tags = get_the_tags(); ?>
>
  • term_id)).'">'.esc_html($post_tag->name).''; if( $count > 0 ) break; } } ?>

>
  • term_id)).'">'.esc_html($post_tag->name).''; if( $count > 0 ) break; } } ?>

<?php echo esc_attr( get_the_author() ); ?>
>