Load multiples articles inside an article using tags and make them to load on random ordering on each page load. Also i want to determine the firt article to display using url parameter and show the others in random ordering with lazy load each.
Is that possible? Maybe in association with sourcerer plugin to edit the php inside article to apply these conditions?
Im using Joomla 4.
Also I want to know about the Component Everywhere plugin for joomla 4. This would be perfet to me, to load alot of pages as i said above.
Nice! Thanks for the repply, with this I believe I already can reach my goal.
One more question: If i want to do this but only with 1 article, put all the tags inside with random order, can i Call the firt article to display with url parameter? using php get
I want to create an dinamic page to diplay all my pages/articles like infinite scroll pages.
So i want to create an article and insert them all with Articles Anywhere shortcodes.
But i want to create only 1 article, insert all with random ordering and call the first article by URL parameter.
So i dont need to create multiples article to define the first one, if I can set the first article to show by url parameter.