$modified_time,
'type' => 'modified',
] );
}
if ( 'beside_date' === $cat_pos ) {
SWELL_Theme::pluggable_parts( 'post_list_category', [ 'post_id' => $the_id ] );
}
if ( $show_pv ) {
SWELL_Theme::pluggable_parts( 'post_list_pv', [ 'post_id' => $the_id ] );
}
if ( $show_author ) {
SWELL_Theme::pluggable_parts( 'post_list_author', [ 'author_id' => $post_data->post_author ] );
}
?>