최근 검색
최근 검색 없음
Is it possible to show only one category instead of sections?
답변함
2021년 10월 27일에 게시됨
Hello,
I noticed that if we only show one category on the home page then it only shows the sections. Is it possible to show one category on the home page for guide?
The screenshot below is what admins see. "centene concierge" is hidden from public view.
The screenshot below is what the public sees. Notice how theres no more "General Assistance" category showing, but instead it is showing all the sections within general assistance. Is it possible to show only General Assistance on the home page like the screenshot above?
0
1
댓글 1개
Ifra Saqlain
Hi Edwin, it's simply possible. Please see the screenshot what I did -
1). I removed the condition - {{#if ../has_multiple_categories}} just below the {{#each categories}}
2). I added the code - {{#each categories}} just above the {{#each sections}}
3). Before -
Two Sections of General category -
4). After -
The category General -
Thanks
1