X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/themes/hub/templates/blog/single
home
/
hamdjcne
/
public_html
/
wp-content
/
themes
/
hub
/
templates
/
blog
/
single
/
ðŸ“
..
📄
classic.php
(2.66 KB)
📄
default.php
(2.43 KB)
📄
navigation.php
(2.6 KB)
📄
part-author.php
(2.59 KB)
📄
part-head.php
(3.66 KB)
📄
part-meta.php
(2.82 KB)
📄
part-share.php
(5.61 KB)
Editing: part-meta.php
<?php /** * The template for displaying Author bios */ if ( class_exists( 'Liquid_Elementor_Addons' ) ){ $page_settings_manager = \Elementor\Core\Settings\Manager::get_settings_managers( 'page' ); $page_settings_model = $page_settings_manager->get_model( get_the_ID() ); $style = $page_settings_model->get_settings( 'post_style' ); $style = $style ? $style : liquid_helper()->get_option( 'post-style' ); $post_author_meta_enable = $page_settings_model->get_settings( 'post_author_meta_enable' ); $read_time = $page_settings_model->get_settings( 'liquid_read_min_label' ); } else { $style = liquid_helper()->get_option( 'post-style' ); $post_author_meta_enable = liquid_helper()->get_option( 'post-author-meta-enable' ); $read_time = liquid_helper()->get_option( 'liquid-read-min-label' ); } $post_author_meta_enable = $post_author_meta_enable ? $post_author_meta_enable : liquid_helper()->get_option( 'post-single-meta-enable' ); if( 'off' === $post_author_meta_enable ) { return; } global $post; $style = !empty( $style ) ? $style : 'classic'; $cat_before_title = $meta_read_time = false; if( 'minimal' == $style || 'classic' == $style || 'wide' == $style ) { $meta_read_time = $cat_before_title = true; } elseif( 'overlay' == $style ) { $meta_read_time = true; } ?> <div class="entry-meta d-flex flex-wrap align-items-center text-center"> <div class="byline"> <figure> <?php echo get_avatar( get_the_author_meta( 'user_email' ), 57 ); ?> </figure> <span class="d-flex flex-column"> <span><?php esc_html_e( 'Author', 'hub' ); ?></span> <?php liquid_author_link() ?> </span> </div> <div class="posted-on"> <span><?php esc_html_e( 'Published on:', 'hub' ); ?></span> <a href="<?php the_permalink(); ?>" rel="bookmark"> <?php $time_string = '<time class="entry-date published" datetime="%1$s">%2$s</time>'; printf( $time_string, esc_attr( get_the_date( 'c' ) ), get_the_date() ); ?> </a> </div> <?php if ( liquid_helper()->get_option( 'blog-post-modified-date' ) === 'yes' && get_the_date() != get_the_modified_date() ){ ?> <div class="post-last-updated posted-on"> <span><?php esc_html_e( 'Last updated:', 'hub' ); ?></span> <a href="<?php the_permalink(); ?>" rel="bookmark"> <?php $time_string = '<time class="entry-date last-updated" datetime="%1$s">%2$s</time>'; printf( $time_string, esc_attr( get_the_modified_date( 'c' ) ), get_the_modified_date() ); ?> </a> </div> <?php } ?> <?php if ( !$cat_before_title ) : ?> <div class="cat-links"> <span><?php esc_html_e( 'Published in:', 'hub' ); ?></span> <?php liquid_get_category(); ?> </div> <?php endif; ?> <?php if ( $meta_read_time && !empty( $read_time ) ) : ?> <div class="read-time"> <span><?php echo esc_html( $read_time ); ?></span> </div> <?php endif; ?> </div>
Upload File
Create Folder