最近搜索
没有最近搜索
Show category name in promoted article.
已于 2022年3月10日 发布
Hi,
Currently I have a div element, with the promoted article URL, I was wondering is there away to display the category that specific promoted article belongs to.
0
6
最近搜索
没有最近搜索
已于 2022年3月10日 发布
Hi,
Currently I have a div element, with the promoted article URL, I was wondering is there away to display the category that specific promoted article belongs to.
0
6 条评论
Ifra Saqlain
Hello Ayub Mohamud,
I made the below code for the home_page.hbs file means for homepage. You can see the below code.
If any query do let me know :)
Thanks
Ifra
0
Ayub Mohamud
Thanks Ifra, it worked!
0
Ifra Saqlain
Awesome :)
0
Joshua Barnard
Hi Ifra Saqlain,
How do you account for categories with zero promoted articles?
Not all of my categories have promoted articles, so there ends up being a few headings without any articles under them.
Thanks,
Josh
0
Ifra Saqlain
Hey Josh,
you can use the code below to show all articles inside the category on the homepage:
Thanks :)
Team
0
Joshua Barnard
Hi Ifra Saqlain,
I appreciate the response. Unfortunately, that solution does not achieve the desired result. If a category contains no promoted articles, it shows the category name only.
I worked around it by adding some JavaScript to detect empty sections and remove them.
Thanks,
Josh
0