• $show_date ? $post_data->post_date : null, 'modified' => $show_modified ? $post_data->post_modified : null, 'author_id' => $show_author ? $post_data->post_author : 0, 'show_cat' => $show_cat, ) ); echo '<' . esc_attr( $h_tag ) . ' class="p-postList__title">'; the_title(); echo ''; ?>