I am trying to sort Owl Carousel module articles that imports Joomla articles from a selected category. It seems it will only display the article images in order that they are created, yet I need it to show articles with latest article created presented first and not last, at the moment user has to scroll through 10 other articles before getting to latest. Please see
touchtight.com/level-1-start/practices
.
You'll need to override the joomla.finder stuff in particles/owlcarousel/newsslider-joomla.html.twig (or whatever layout-joomla.html.twig file) to sort your categories how you want it.
Overriding Particles here:
docs.gantry.org/gantry5/tutorials/overriding-particle-settings
//make sure you update your include (in the main particles/owlcarousel.html.twig file) and extends (in your layout twig files) paths to include your /custom/ folder when you override it
SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT