- CUSTOM HOOK HELP: How I can show FAQ questions block on a single page (CMS or other places for example) ?
1. You just need to add a line of code to the tpl file of the page where you want to add the Latest FAQ Categories block:
{hook h='faqCategoriesSPM'}
2. You just need to add a line of code to the tpl file of the page where you want to add the Latest FAQ block:
{hook h='faqSPM'}
3. You just need to add a line of code to the tpl file of the page where you want to add the Featured FAQ Categories block:
{hook h='featuredFaqCategoriesSPM'}
4. You just need to add a line of code to the tpl file of the page where you want to add the Featured FAQ block:
{hook h='featuredFaqSPM'}
5. You just need to add a line of code to the tpl file of the page where you want to add the Search FAQ block:
{hook h='searchFaqSPM'}