• 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)
  • Hi @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

    (@ramyshimy)

    Hi @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.