'; endif; endwhile; $pagination_option =online_news_get_option('pagination_option'); if('default' == $pagination_option){ the_posts_navigation(); } else{ the_posts_pagination( array( 'mid_size' => 2, 'prev_text' => __( '<<', 'online-news' ), 'next_text' => __( '>>', 'online-news' ), ) ); } else : get_template_part( 'template-parts/content', 'none' ); endif; ?>