Use shortcode, template tag or create slider using the custom meta boxes added to the post edit screen..
The short code accepts the following arguments id, cat, show, args. id= unique name for each slider that will be assigned as the div id cat= the category containing the posts to display in the slider show= the number of posts to show in the slider args= the settings for the slider.
This would add slider with the id of myslider and show 5 posts from category 81 with dynamic arrows set to false. all the variables must be present and in the same order...
Make sure to specify the category id, slider id and the number of posts to show eg.
CSS options You can control the css using the options and can even include block of custom css. shortcodes are deprecated but will still work as before existing template tag function has been deprecated and replaced with new one.
The id argument is the div id that will be assigned to the slider.
How can I change the style of the slider or modify the width or default CSS..
The description of the shortcode arguments can be found on the new github Coda Slider repository at https github com KevinBatdorf codaslider..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Updated Coda Slider jQuery library to use Kevin Batdorf's new Coda Slider Version.
Read more