How do I change the permalink names like “/lesson” and “/course”?

Video Demo

# Top

Video demo of how to change permalink terminology in the URLs with LifterLMS 7.6+

How to change the "/course" permalink

# Top

Have you ever wondered how you can change the /course/ permalink on your LifterLMS website? Look no further, we are teaching you how to do that here.

LifterLMS uses the /course/ permalink structure to identify that this is a course. For example, your course link can look this way: domain.com/course/this-is-your-course. For some sites, you may want to change the word “course” for your permalink structure.

Things you need

# Top

How to Change "courses" to anything else

# Top

There are steps involved in making sure you do this the right way. Please, always back up your site just incase anything goes wrong and breaks anything.

  • Login to your website
  • Go to plugins > Add New
  • Install and activate your preferred code plugin. We recommend Code Snippets
  • Insert this code in the PHP code editor plugin you have just installed and activated:

Replace “your-course-name” with the desired new name. This means if you want it to read domain.com/machines/course-about-machines then you would have to change that to machines.

Once this is done, the last step will be to flush your permalinks. We have a guide on how to rebuild your WordPress site’s permalinks here.

How to Change "lesson" to anything else

# Top

There are steps involved in making sure you do this the right way. Please, always back up your site just incase anything goes wrong and breaks anything.

  • Login to your website
  • Go to plugins > Add New
  • Install and activate your preferred code plugin. We recommend Code Snippets
  • Insert this code in the PHP code editor plugin you have just installed and activated:

Replace “Your Lesson Name” with the desired new name. This means if you want it to read domain.com/tutorials/this-is-my-course then you would have to change that to tutorials and save it.

Once this is done, the last step will be to flush your permalinks. We have a guide on how to rebuild your WordPress site’s permalinks here.

Last Updated on
Was this article helpful?