• Hi. I really like your implementation of FAQs. In my case, I want The FAQs to use the same, default taxonomy as posts. How do I do that?

    I’ve tried adding
    'taxonomies' => array( 'category' )," to
    $args = array( in
    ultimate-faqs/Functions/Register_EWD_UFAQ_Posts_Taxonomies.php

    … but I still cannot see the standard categories option in the FAQ editing interface. Please help. If I can use standard post categories and display a breadcrumb to all FAQs on each individual FAQ page, then I will consider upgrading to Premium.

    • This topic was modified 6 years, 1 month ago by mwcs.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi mwcs,

    It doesn’t matter whether or not it’s named the same. The taxonomy is registered to the specific post type, as can be seen in this line:

    register_taxonomy('ufaq-category', 'ufaq', array(
    

    If you register it to the default Posts post type instead, then it won’t work with or show in UFAQ.

    Thread Starter mwcs

    (@mwcs)

    Thanks for your reply. I think there’s a misunderstanding.

    Standard WP Posts use a category

    I want the FAQs to use the same category, so that they appear in the same archive as posts.

    I do not want to use a separate category for FAQs.

    I have found a way of doing it with a different plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘‘taxonomies’ => array( ‘category’ ),’ is closed to new replies.