Forums

[resolved] How can I write a FAQ page in WordPress (5 posts)

  1. raheelr
    Member
    Posted 3 years ago #

    Hello,

    I am new to WordPress and need to write a page that provides users FAQs very similar to this page on WordPress

    How can I create the questions and then have them link below to answers like in the above link? I am used to the concept of inserting bookmarks and then just linking to bookmarks in a document. Is there a similar concept?

    Thanks in advance!

  2. Ryan S
    Member
    Posted 3 years ago #

    You can:

    1) Write FAQ's in your posts.
    2) Create a page called FAQ and add the links of the posts to it.
    3) Make this page your default page.

  3. viceng
    Member
    Posted 3 years ago #

    this has nothing to do with php or wordpress...this is plain old html

    <a href="#anchor">go to anchor</a>
    .
    ,
    ,
    <a name="anchor"> you are here </a>

    I would suggest breaking up your document page into shorter pages and then linking to them as opposed to a long page using named anchors.

  4. viceng
    Member
    Posted 3 years ago #


  5. Shane G
    Member
    Posted 3 years ago #

    Hi,

    You can create category for FAQ..add posts into that category and call that category into the page which should resolve your concern.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags