Title: Custom Taxonomy
Last modified: September 28, 2020

---

# Custom Taxonomy

 *  [ramyshimy](https://wordpress.org/support/users/ramyshimy/)
 * (@ramyshimy)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/custom-taxonomy-68/)
 * I am working with Learnpress plugin and I would like to add new custom taxonomy
   for course locations. I have created the new taxonomy and it appears in the admin
   single course page. However, it doesn’t read my taxonomy archive page in the 
   frontend !!
    I saved the permalink with no change. Is there a way to add extra
   taxonomies to the learnpress plugin?

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

 *  [augustus09](https://wordpress.org/support/users/augustus09/)
 * (@augustus09)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/custom-taxonomy-68/#post-13466417)
 * Hi [@ramyshimy](https://wordpress.org/support/users/ramyshimy/)
 * The customization will be quite complicated, we are overloaded so now, we can
   guide you do it
    I am sorry about that
 *  Thread Starter [ramyshimy](https://wordpress.org/support/users/ramyshimy/)
 * (@ramyshimy)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/custom-taxonomy-68/#post-13469250)
 * Hi [@augustus09](https://wordpress.org/support/users/augustus09/)
 * Thank you for your fast reply
    I created the taxonomy with this code `register_taxonomy('
   lp_cme', 'lp_course', array('hierarchical' => true, 'label' => 'CME', 'query_var'
   => true, 'rewrite' => array( 'slug' => 'course_cme' ) , 'show_admin_column' =
   > true,));` And it shows on the course edit page, however it doesn’t read from
   taxonomy-lp_cme.php file on the frontend. Could you please tell me what’s the
   best way to create a new taxonomy?

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

The topic ‘Custom Taxonomy’ is closed to new replies.

 * ![](https://ps.w.org/learnpress/assets/icon-256x256.gif?rev=3254420)
 * [LearnPress - WordPress LMS Plugin for Create and Sell Online Courses](https://wordpress.org/plugins/learnpress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/learnpress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/learnpress/)
 * [Active Topics](https://wordpress.org/support/plugin/learnpress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/learnpress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/learnpress/reviews/)

## Tags

 * [new taxonomy](https://wordpress.org/support/topic-tag/new-taxonomy/)

 * 2 replies
 * 2 participants
 * Last reply from: [ramyshimy](https://wordpress.org/support/users/ramyshimy/)
 * Last activity: [5 years, 9 months ago](https://wordpress.org/support/topic/custom-taxonomy-68/#post-13469250)
 * Status: not resolved