Shortcode Options

[wp-flowplus]

The following basic options are supported:

orderby

Specify how to sort the display thumbnails. The default is "menu_order". This supports the standard WordPress values.

order

Specify the sort order used to display thumbnails. ASC or DESC. For example, to sort by ID, DESC:

wp-flowplus order="DESC" orderby="ID"

id

Specify the post ID. The gallery will display images which are attached to that post. The default behavior, if no ID is specified, is to display images attached to the current post. For example, to display images attached to post 123:

wp-flowplus id="123"

include

Comma separated attachment IDs to show only the images from these attachments.

wp-flowplus include="23,39,45"

exclude

Comma separated attachment IDs excludes the images from these attachments. Please note that include and exclude cannot be used together.

wp-flowplus exclude="21,32,43"

dir

Specify a subdirectory name. The path to the subdirectory must be configured on the settings page.

mediatag

Works with the Media Tags plugin(https://wordpress.org/plugins/media-tags/). This option will pull matching media out of your media library and include it in the gallery. Specify the media slug to select. Example use: mediatag=mymedia

startimg

Gives the starting slide number to center in the gallery, the default is 1.

rotate

Turns on/off auto-rotation for this instance (overrides the setting from the admin panel). Values are 'on' or 'off'.

samewindow

Specifies if links open in the same window or a new window. Set true or false, overrides the default value from the settings page.

category

Select featured posts by category. The featured image of each post will be placed in the carousel, and each image will link to the post. If a post has no featured image, the first image found attached to the post will be used instead, if there is no attached image a default image will be used.

ngg_id

Create carousel from a NextGen gallery. With the NextGen plugin you can perform bulk image resizing, and regenerate thumbnails in any size. The WP Flow Plus carousel will use the thumbnail size for the carousel images, and the full size for the Lightbox images.

nocaptions

Turn off/on captions for this instance of the carousel.

  • true: captions are hidden
  • false: captions are displayed according to the setting on the WP Flow Plus options page (default)

captions

Specify the style of the captions in the carousel. Values are:

  • slide-up: grey box slides up when centered, containing the title and description

style

Specify the carousel animation and display style. Values are:

  • baseline: the default basic carousel provided with the free version of the plugin
  • angled: side images are rotated 45 degrees
  • flip: flipbook animation
  • explode: exploding image animation
  • topline: images are top aligned
  • midline: images are center aligned