I want to put a slider under the title of courses directory (see picture) but can not find where to place the image code or code of the slider because wordpress editor can not do this.
Thank you.
Please put this code in your wplms-customizer.php file in your wplms customizer plugin.
add_action('bp_before_directory_course','custom_add_the_slider');
function custom_add_the_slider(){
echo do_shortcode('[put your shortcode here]');
}
NOTE: Add your shortcode in the do_shortcode.
Thanks for confirming.
So marking the topic as resolved and closing the topic.