Slider Feature Suggestion
-
Would be nice to be able to use content-containing [slide] tags to hold the caption as an option instead of using the caption attribute:
ie:
[slide ...]This is my caption[/slide]
instead of
[slide ... caption="this is my caption"/]
Both methods could easily be accommodated with a three line code change to osc_theme_slider() below the extract method:
if (!empty($content)) { $caption = $content; }
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Slider Feature Suggestion’ is closed to new replies.