Description
Show an example of the Nivo shortcodeNote: 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
voidSource
File name: oik-nivo-slider/nivo.phpLines:
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"); }View on GitHub View on Trac
Called by
1 to 3 of 3
Invoked by
Calls
1 to 1 of 1
