• Hello!
    I would like to override the Curriculum template to add my own acf fields.
    I created a child theme and I added these folders :
    theme-child/learnpress/templates/single-course/tab/curriculum.php
    But it didn’t work.

    Do you have a solution for me?

    Thanks 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support brianvu-tp

    (@briantp)

    Hi,

    You need add filter:
    add_filter( 'learn-press/override-templates', function(){ return true; } );
    to function.php in your theme.

    Thanks

    Thread Starter paulettepaillette

    (@paulettepaillette)

    Hi,

    I did it, but when I change the new curriculum.php file, nothing append.
    I still have the old template…

    Thanks

    Plugin Support brianvu-tp

    (@briantp)

    Hi,

    We see your folder in the child theme incorrect.
    This is the path correct:
    theme-child/learnpress/single-course/tabs/curriculum.php

    Thanks

    Thread Starter paulettepaillette

    (@paulettepaillette)

    Hi,

    Great, it works!
    Thank you for your answer, and for your help 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Override Curriculum Tab’ is closed to new replies.