• Resolved vinvin27

    (@vinvin27)


    Hello there,

    I don’t understand why title lesson is empty, my lesson on back office has a lesson title but nothing is displaying on front end

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter vinvin27

    (@vinvin27)

    I finally find a way to display with this code :

    add_action( 'after_setup_theme', 'declare_sensei_support' );
    
    function declare_sensei_support() {
        add_theme_support( 'sensei' );
    }
    Plugin Support Dan (a11n)

    (@drawmyface)

    Thanks for confirming. Sounds like your theme was not fully compatible. Glad you got it resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Title lesson is empty on front end’ is closed to new replies.