Hello,
I am making an FAQ page with a list of questions at the top, followed by the questions again, with their answers. I would like to be able to click on a question and it take me to the relevant question+answer below. I have seen this on loads of sites, so I am thinking it must be easy, but I don’t know how to create the links.
The code I have is:
<ul>
{exp:weblog:entries weblog="faq" category="37|38|39" sort="asc" disable="categories|member_data|pagination|trackbacks"}
<li>{title}</li>
{/exp:weblog:entries}</ul>
{exp:weblog:entries weblog="faq" category="37|38|39" sort="asc" disable="categories|member_data|pagination|trackbacks"}
{title}
{g_body}
{/exp:weblog:entries}
This all outputs to the page ok, except of course there are no links!
I would be grateful for any pointers.
With best wishes
Marian