Need banner under single course page

Home Forums Legacy Support Support queries Styling issues Need banner under single course page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #250525
    witslk
    Spectator
    I need to put single course page to put banner instructions to display all users so please check it :https://prnt.sc/rx49vi
    #250563
    Diana
    Participant
    @witslk, To show any custom information anywhere we need to check whether there is any hook present or not on which we can apply custom code. We can show information above course description because we have a action hook there and it will be visible to all Add this code in wp-admin > plugins > editor > select wplms customizer plugin > wplms-customizer.php add_action('wplms_before_course_description','show_your_custom_information'); show_your_custom_information(){ // here is your code }  
    #250630
    witslk
    Spectator
    can you share screen shot how it would be display ?
    #250850
    Diana
    Participant
    refer: https://prnt.sc/ry6zx9 the code should be like this: https://prnt.sc/ry70ab
Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Need banner under single course page’ is closed to new replies.