• If using Paginate to create an FAQ-style page which has numerous sections and within those sections a list of questions (sections and questions are collapse/expandable) – is it possible to give each question an individual url?
    The idea is to be able to link to each individual FAQ for social media posts (for which we would create shorten urls).
    Thank you in advance for any support.

Viewing 1 replies (of 1 total)
  • Plugin Author AlanP57

    (@alanp57)

    I’ve never seen Paginate used in this manner. Normally each section or question is its own page. Each will have its own URL. But as for placing all the content on a single page it would be better to give each question a link or anchor tag with a name attribute and then a link can be made to point to it:

    <a name="q1">Question 1</a>

    this is a link to question 1:
    <a href="#q1">Go to question 1</a>

    Now how to paginate between the questions? That would take some development to get it to work. It is not something that WP Paginate can do.

    • This reply was modified 5 years, 2 months ago by AlanP57.
Viewing 1 replies (of 1 total)
  • The topic ‘Individual urls for questions in FAQ page’ is closed to new replies.