$show_date,
'show_modified' => $show_modified,
] );
if ( 'none' !== $cat_pos ) :
SWELL_Theme::pluggable_parts( 'post_list_category', [
'post_id' => $the_id,
] );
endif;
// if ( $show_pv ) :
// SWELL_Theme::pluggable_parts( 'post_list_pv', [
// 'post_id' => $the_id,
// ] );
// endif;
if ( $show_author ) :
SWELL_Theme::pluggable_parts( 'post_list_author', [
'author_id' => $post_data->post_author,
] );
endif;
?>
';
the_title();
echo '' . esc_attr( $h_tag ) . '>';
?>