profile page / clp

Home Forums WPLMS AddOns Custom Learning Paths profile page / clp

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #199705
    MeesterGijs
    Spectator
    Does this code have anything to do with it? function learningpath_slug(){ $obj=get_post_type_object('learningpath'); $obj->rewrite['slug']='leerlijnen'; register_post_type( 'learningpath',(array)$obj); } add_action('init', 'learningpath_slug',10);
    #199751
    Scott Lang
    Moderator
    Hi, Refer this plugin to activate : https://bit.ly/2HmI1B9 It just like customizer plugin , refer this to change your clp slug http://prntscr.com/mukx2o
    #200062
    MeesterGijs
    Spectator
    You van close this topic
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘profile page / clp’ is closed to new replies.