Skip to content

Instantly share code, notes, and snippets.

@srikat
Created October 15, 2015 09:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srikat/6ead588cbb0f34e05a04 to your computer and use it in GitHub Desktop.
Save srikat/6ead588cbb0f34e05a04 to your computer and use it in GitHub Desktop.
How to create a FAQ page using Types & Views. https://sridharkatakam.com/how-to-create-a-faq-page-using-types-views/
<div class="faq-item" id="answer[wpv-post-id]">
<h3>[wpv-post-title]</h3>
[wpv-post-body view_template="None"]
<a href="#top" class="back-to-top">Go to Top</a>
</div>
<a href="#answer[wpv-post-id]" rel="m_PageScroll2id">[wpv-post-title]</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment