Hello guys, how are you? I need to implement a slideshow in a wordpress theme built by my own, and it should have the following characteristics:
- The slideshow will be divided into tabs where each tab has an icon and a title next to the icon;
- Each item of the slideshow is an image, and each image will describe a company service;
- There is already an implementation of the slideshow, running on static HTML and JS, and i should use this implementation in the WordPress theme, but using WP features to dynamically load the images.
I wonder if i need to develop a plugin for it or if there is a simpler way to achieve these features. Does anyone have any tips? Any idea will be appreciated.
Regards.