You appear to be a bot. Output may be restricted
Description
Show an example of the Nivo shortcode
Note: The default processing is to show attached images. If there is no post (as on admin pages) then it shows unattached images. An interesting side effect.
Usage
nivo__example( $shortcode );
Parameters
- $shortcode
- ( mixed ) optional default: nivo –
Returns
void
Source
File name: oik-nivo-slider/nivo.php
Lines:
1 to 6 of 6
function nivo__example( $shortcode='nivo' ) { $atts = 'theme=oik post_type="screenshot:oik-nivo-slider" caption=n link=n'; $text = __( "Slideshow of the screenshots from oik-nivo-slider, using the oik theme and the current settings.", "oik-nivo-slider" ); bw_invoke_shortcode( $shortcode, $atts, $text ); sediv("clear"); }