4,
'prev_text' => ( ( AWESOMEPRESS_SUPPORT_FONTAWESOME ) ? '' : '' ) . __(' Previous', 'awesomepress'),
'next_text' => __('Next', 'awesomepress') . ( ( AWESOMEPRESS_SUPPORT_FONTAWESOME ) ? '' : '' ),
)
);
awesomepress_pagination_after();
else :
get_template_part('template-parts/content', 'none');
endif; ?>