You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
useCodefog\NewsCategoriesBundle\Model\NewsCategoryModel;
$sportsCategory = NewsCategoryModel::findPublishedByPid(1); // or other id from the main category
Then fetch the data and loop through it. Not tested btw ;-)
This page explains how to display all categories in a news template.
https://github.com/codefog/contao-news_categories/blob/master/docs/template-adjustments.md
Is it also possible to display only the categories from a subcategory in this way?
For example only the categories from the subcategorie Sports
The text was updated successfully, but these errors were encountered: