Hello,
Using Articles 1.6.2 and Rev 2.2.2
I need to display blog articles in a menu generated by Wayfinder. Articles does not appear to have an option to show blog entries in a menu - only the containers.
I have the menu working OK but am only able to show the Articles containers - not the blog pages themselves, even by using the ¨&includeDocs=¨ Wayfinder parameter.
How can I achieve this?
Thanks
Hello! Please help me) i use next wayfider call (parent is Articles):
[[Wayfinder? &sortBy=`publishedon` &sortOrder=`DESC` &startItemTpl=`aStartTpl` &rowTpl=`aRowTpl` &outerTpl=`aOuterTpl` &displayStart=`1` &ignoreHidden=`1` &startId=`58` &level=`1` &limit=`6` ]]
- and it`s doesn`t work but:
[[Wayfinder? &sortBy=`publishedon` &sortOrder=`ASC` &startItemTpl=`aStartTpl` &rowTpl=`aRowTpl` &outerTpl=`aOuterTpl` &displayStart=`1` &ignoreHidden=`1` &startId=`58` &level=`1` &limit=`6` ]] - it is work
What is a problem?
I find a solution for this problem.
I just check unpublished on Article Container, then click Clear Cache, then i check published again and wayFinder is work!!!
-
☆ A M B ☆
- 1,780 Posts
Wayfinder is being cached, so you could call it uncached and probably eliminate the issue. Or try &level=`3` so it will show the third level which is the submenus (assuming the Articles container is level 2, with Web being level 1).