true, 'author-name' => true, 'category' => true, 'comments' => true, 'date' => true, 'reading-time' => false, ]; } $show_author_avatar = $args['author-avatar'] ?? in_array( 'author-avatar', $blog_meta, true ); $show_author_name = $args['author-name'] ?? in_array( 'author-name', $blog_meta, true ); $show_category = $args['category'] ?? in_array( 'category', $blog_meta, true ); $show_comments = $args['comments'] ?? in_array( 'comments', $blog_meta, true ); $show_date = $args['date'] ?? in_array( 'date', $blog_meta, true ); $show_reading_time = $args['reading-time'] ?? in_array( 'reading-time', $blog_meta, true ); $blogsy_image_animation = Helper::get_option( 'posts_animation' ); $blogsy_blog_layout = Helper::get_option( 'blog_layout' ); $categories = get_the_category(); $post_cls = 'default-post-list-item post-wrapper card-layout'; if ( ! empty( $categories ) ) { $post_cls .= ' term-id-' . $categories[0]->term_id; } ?>
data-aos="fade-up">
get_the_title() ] ); ?>
get_the_title() ] ); ?>

'true' ] ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
'true' ] ); //phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> 1 ) { echo intval( $mins ) . ' '; echo esc_html( Helper::get_option( 'translate_min_read' ) ) ?: esc_html__( 'Min Read', 'blogsy' ); } else { echo esc_html( Helper::get_option( 'translate_one_min_read' ) ) ?: esc_html__( '1 Min Read', 'blogsy' ); } ?>

%2$s', esc_url( get_permalink() ), esc_html( $blogsy_read_more_text ) ); } ?>