Hi there,
The default setting for 'All Courses' page, is the user review will be displayed under the Course Name. We would like it to display the Course Description instead of the review, may I know how can I do that?
Thanks
@aeronyc
If you will add something in course short description. That will be visible here
Refer:
http://prntscr.com/lqyb1r
http://prntscr.com/lqybez
To hide the reviews from course directory use this custom css and paste in wp-admin > Appearance > Customize > Custom CSS
.directory.course #course-list li .item-meta{
display:none !important;
}