• Resolved anotherben

    (@anotherben)


    Is it possible to view the FAQ post type as an individual page?

    If not, what would I need to adjust to view the individual FAQ in a page?

    i.e //domain/faq/something

Viewing 5 replies - 1 through 5 (of 5 total)
  • abrunger

    (@abrunger)

    If you go to the FAQ menu item in the admin panel, click Quick Edit for the desired item, and note the slug. Append this to the URL as the “something” above. You can also get this URL as the permalink at the top of the Edit screen.

    This should give you just the post content, without the question (post title), group heading, or any other page elements.

    Also see the answer to my request at
    https://wordpress.org/support/topic/link-to-trigger-expansion-of-faq/ and maybe that will help.

    Or join me in that request for adding the function to scroll to and expand an accordion item within a page of FAQs.

    Thread Starter anotherben

    (@anotherben)

    Thanks for your reply.

    The full URL to the faq post is not displaying and states the page cannot be found. This might be due to the code in the theme “bootstrap basic4” only allowing posts and pages to be displayed but I am not sure.

    I see the post-type for these is ‘faq’ so not sure if the custom post-type needs to be added to the functions.php or single.php.

    I switched theme to see if ‘Twenty Nineteen’ had the same issue and this also displayed ‘Oops! That page can’t be found.’

    Many thanks

    Hi @anotherben,

    Welcome to Customer Support.

    If you want to display a single question on the individual page then you can use [faqs filter="group-slug"] and then use the following CSS in Additional CSS Box (Dashboard > Appearance > Customize > Additional CSS)

    .qe-faqs-filters-container,
     .qe-faqs-index-list,
     .qe-list-title{
        display: none;
    }

    https://jmp.sh/by8MHne

    Let me know if there is anything else i can do for you. I’ll be happy to assist.

    ​Sincerely,

    Hi,

    I hope your recent visit to our support forum is satisfactory.

    Would you consider posting an online review? This helps us to continue providing great products and helps potential users to make confident decisions.

    Sincerely,

    Hei,
    I think what anotherben is saying is that while WordPress shows the URL for every individual FAQ it does not let you access that as a page.

    It would be pretty important because if you search the within your page then the search will want to take the user directly to the post page if relevant content is there. At the moment the general search gives page not available. Could you make the already generated URL available as a post?

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘View FAQ as a page’ is closed to new replies.