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
For instance, i want to display only the last single new published in each categoy, how can i do that with the {MENU: path=news/news_grid&limit=1&category=1&source=latest&featured=1&layout=news-grid-0} like shortcode? Can it be donne? Or do i have to use a custom query to the database?
Currently i can manage that making multiple calls to the news menu shortcode:
but a single call to the shortcode would be a lot better, if it's possible...
Imageine i have 15 or 20 categories, i'll have to make 15 or 20 calls to the news menu shortcode....
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
For instance, i want to display only the last single new published in each categoy, how can i do that with the
{MENU: path=news/news_grid&limit=1&category=1&source=latest&featured=1&layout=news-grid-0}
like shortcode? Can it be donne? Or do i have to use a custom query to the database?Currently i can manage that making multiple calls to the news menu shortcode:
but a single call to the shortcode would be a lot better, if it's possible...
Imageine i have 15 or 20 categories, i'll have to make 15 or 20 calls to the news menu shortcode....
Beta Was this translation helpful? Give feedback.
All reactions