You appear to be a bot. Output may be restricted
Description
Set the nivoSlider to start for objects with an id of slider-nNote: The .css file allows for up to 10 sliders per page.
Usage
bw_slider_id();
Parameters
Returns
voidSource
File name: oik-nivo-slider/nivo.phpLines:
1 to 8 of 8
function bw_slider_id() { global $bw_slider_count; if ( empty( $bw_slider_count ) ) { $bw_slider_count = 0; } $bw_slider_count++; return( $bw_slider_count ); }View on GitHub View on Trac