/
www
/
wwwroot
/
alo88.autos
/
wp-content
/
themes
/
flatsome-child
/
template-parts
/
posts
/
Upload File
HOME
<?php /** * Posts content single. * * @package Flatsome\Templates * @flatsome-version 3.18.0 */ // Thêm tag và breadcrumbs vào footer bài ?> <div class="entry-content single-page"> <?php the_content(); ?> <?php wp_link_pages(); ?> <?php if ( get_theme_mod( 'blog_share', 1 ) ) { // SHARE ICONS echo '<div class="blog-share text-center">'; echo '<div class="is-divider medium"></div>'; echo do_shortcode( '[share]' ); echo '</div>'; } ?> </div> <?php if ( get_theme_mod( 'blog_single_footer_meta', 1 ) ) : ?> <footer class="entry-meta text-<?php echo get_theme_mod( 'blog_posts_title_align', 'center' ); ?>"> <div class="tags-thongtin"> <div class="tags-text"> Chủ đề: </div> <div id="tags-posts"> <?php the_tags(); ?> </div> </div> <?php if (function_exists('rank_math_the_breadcrumbs')) rank_math_the_breadcrumbs(); ?> </footer> <?php endif; ?> <?php if ( get_theme_mod( 'blog_author_box', 1 ) ) : ?> <div class="entry-author author-box"> <div class="flex-row align-top"> <div class="flex-col mr circle"> <div class="blog-author-image"> <?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'flatsome_author_bio_avatar_size', 90 ) ); ?> </div> </div> <div class="flex-col flex-grow"> <h5 class="author-name uppercase pt-half"> <?php the_author_meta( 'display_name' ); ?> </h5> <p class="author-desc small"><?php the_author_meta( 'description' ); ?></p> </div> </div> </div> <?php endif; ?> <?php if ( get_theme_mod( 'blog_single_next_prev_nav', 1 ) ) : flatsome_content_nav( 'nav-below' ); endif; ?> <?php echo do_shortcode( '[baicungchuyenmuc]' ); ?>