
內容簡介
WP Media Stories是一個稍微有些不同於其他圖庫的外掛程式。是的,你可以添加照片,但它的目的是將你的照片轉化成故事。添加照片、標題和描述,讓你的觀眾在觀看時閱讀。建立一個搜尋引擎優化的照片庫或使用WP Media Stories建立你的媒體網站。
功能
可排序的圖片
獨立的圖庫檢視
可嵌入式圖庫
自定義燈箱幻燈片
HTML圖片標題
語言本地化就緒
正在開發中的功能
版權/免責聲明欄位
附加標題欄位
小工具和短碼
不同的佈局
短碼
圖庫 – 顯示媒體圖庫列表
內嵌 – 將圖庫嵌入到文章中,在彈出窗口或在自己的頁面上開啟圖庫。
文件
短碼
內嵌式嵌入
[wp_media_story_inline id="123"]
你可以在文章、頁面、小工具或任何支援短碼的地方嵌入圖庫預覽。短碼使用以下屬性:
id – 圖庫ID
圖庫列表
[wp_media_story_galleries]
你可以在文章、頁面、小工具或任何支援短碼的地方嵌入圖庫預覽。短碼使用以下屬性:
category
exclude_category
tags
exclude_tags
relation
number
show_image
show_title
layout
orderby
order
ids
類別和標籤參數都接受逗號分隔的ID列表。例如:
[wp_media_story_galleries category="8,15"]
排除類別和排除標籤參數用於避免顯示具有特定類別或標籤的圖庫。各自使用逗號分隔的ID列表。
順序參數接受“DESC”或“ASC”。
orderby參數接受以下選項:
id
random
post_date(默認值)
title
“number”參數接受一個數值。指定你希望在短碼中輸出的最大圖庫數。例如:
[wp_media_story_galleries number="25"]
“ids”參數接受特定的圖庫ID。您可以使用逗號分隔的值指定多個圖庫ID。例如:
[wp_media_story_galleries ids="1,9,15,20,90"]
“layout”參數接受“grid”或“list”。它將以網格或列表顯示圖庫。例如:
[wp_media_story_galleries layout="grid"]
[wp_media_story_galleries ids="list"]
“show_image”和“show_title”參數用於顯示/隱藏圖片和標題。參數接受true或false。例如:
[wp_media_story_galleries show_title="false" show_image="true"]
外掛標籤
開發者團隊
原文外掛簡介
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.
Features
Sortable Images
Standalone Gallery View
Embeddable Galleries
Custom Lightbox Slideshow
HTML image captions
Language Localization ready
Features being worked on
Copyright/disclaimer field
Additional caption field
Widgets and Shortcodes
Different layouts
Shortcodes
Galleries – Displays a list of media galleries
Inline – Embed a gallery inside of a post and open the gallery in a popup or on its own page.
Documentation
Shortcodes
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:
id – The ID of the gallery
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:
category
exclude_category
tags
exclude_tags
relation
number
show_image
show_title
layout
orderby
order
ids
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:
id
random
post_date (default)
title
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" ]
