What will be more light custom code or plugins? I mean for the website. I can write code but can I add it with the snippet plugin or do I need to add it to the main theme editor?
Well, you can add the script through a Hook Element. Then, PHP for the query can be added there as well. If you’re creating a shortcode, it would be better to add the PHP through Code Snippets or functions.php.
If you have GenerateBlocks already, you can just use the Query Loop Block, then just add a script and some CSS to turn it into a Carousel.
I am using generateblocks…Going for the pro in the future at the moment can’t afford it…
So I think I don’t need to write the PHP only the script to make it carousel right?
But whatever classes I will use in the script need to add to the container right?