> current_post == 0 && !is_paged() && is_front_page() ) { // Custom template for the first post on the front page if (has_post_thumbnail()) { echo '
'; echo ''; echo '
'; } echo '
'; } else { echo '
'; if (has_post_thumbnail()) { echo ''; } } ?>
'; } ?> ' . $category_list . '
'; } ?>

current_post == 0 && !is_paged() && is_front_page() ) { echo '
'; the_content( __( '', 'ameno' ) ); echo '
'; echo ''; } else { ?>
'. esc_html__('Read the article', 'ameno') .''; ?>