We'll create fresh WordPress site with WP Media Stories installed. You have 20 minutes to test the plugin after that site we'll be deleted.
WP Media Stories is a little different to other galleries. Yes, you can add photos but the goal is to turn your photos to stories. Add photos, title and desription and let your viewers, read as the watch. Build an SEO rich photo gallery or use WP Media Stories for your media site.
Inline Embed
[wp_media_story_inline id="123"]
You can embed a preview of a gallery into posts, pages, widgets or any where that shortcodes are accepted. The shortcode uses the following attributes:
Galleries List
[wp_media_story_galleries]
You can embed a preview of a gallery into posts, pages, widgets or any where that shortcodes are accepted. The shortcode uses the following attributes:
Both the category and tags parameters accept a comma separated list IDs. For example:
[wp_media_story_galleries category="8,15"]
The exclude_category and exclude_tags parameters are used to prevent galleries with specific categories or tags from being displayed. Use a comma separated list of IDs for each.
The order parameter accepts either “DESC” or “ASC”.
The orderby parameter accepts the following options:
The number parameter accept a numerical value. Specify the maximum number of categories you want to outputted by the shortcode. For example:
[wp_media_story_galleries number="25"]
The ids parameter accepts specific gallery IDs. You can specify multiple gallery IDs using comma separated values. For example:
[wp_media_story_galleries ids="1,9,15,20,90"]
The layout parameter accepts either grid or list. It will display the galleries in a grid or list. For example:
[wp_media_story_galleries layout="grid"]
[wp_media_story_galleries ids="list"]
The show_image and show_title parameters are used to Show/Hide the image and title. The parameter accepts true or false. For example
[wp_media_story_galleries show_title="false" show_image="true" ]