'; do_action( 'upstudy_before_content' ); if ( have_posts() ) : while ( have_posts() ) : the_post(); echo '
'; the_title(); echo '
'; endwhile; the_posts_pagination(); else : _e( 'Sorry, No Course Found.', 'upstudy' ); endif; echo ''; get_footer();