I have a slider that circulates 4 images and my client will be using it to ad business ads in this.How do I go about setting up the slider to be edited by my client?
- Code: Select all
<section id="sidebar-older-post"> <span>ADVERTISEMENTS</span> <div class="slider"> <img src="images/small/1.jpg" /> <img src="images/small/2.jpg" /> <img src="images/small/3.jpg" /> <div><img src="images/small/4.jpg" /><span class="caption"></span></div> </div> </section> <!-- /#sidebar-older-post -->