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!
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.
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.
Hi,
You can create category for FAQ..add posts into that category and call that category into the page which should resolve your concern.