內容簡介
這個外掛增加了額外的 RSS 訂閱功能於外掛 WP Photo Album Plus。
這個外掛預設功能是在連結 www.your-wp-site.lan/?feed=last_photo 上增加一個新的 RSS 訂閱,內含 WP Photo Album Plus 所有相簿的最後10張照片。不過,您可以透過這個短代碼在您的論壇或網頁上增加新的訂閱:
[wppaef]
您可以控制這個短代碼的連結,並且可以透過下列屬性修改短代碼:
max-num 訂閱的照片最大數量(預設為10)
icon_url 自訂圖示的 URL 位置
text_url 訂閱連結所顯示的文字
album_id 以相簿 ID 篩選照片(您可以透過逗號隔開,添加多個相簿 ID)
例如:
[wppaef max-num=5] 只顯示最後五張照片
[wppaef max-num=5 album-id=2,3] 只顯示相簿 ID 為 2 和 3 中,最後五張照片
[wppaef max-num=5 album-id=2,3 text_url="Last 5 photo of album 2 and 3"] 只顯示相簿 ID 為 2 和 3 中,最後五張照片,並將連結更改為「Last 5 photo of album 2 and 3」
外掛標籤
開發者團隊
原文外掛簡介
This plugin add the extra RSS feeds feature at plugin WP Photo Album Plus.
The default activity of this plugin is add a new RSS feed at link www.your-wp-site.lan/?feed=last_photo with the last 10 photos of all albums of WP Photo Album Plus. But you can add the a new feed on your forum or on your page with this shortcode:
[wppaef]
You can control the link and you can add these attributes on shortcode
max-num Max number of feed(default is 10)
icon_url Url to custom icon
text_url Text to show as url of feed
album_id Filter for album id (you can add multiple albumId, it separated by comma)
example:
[wppaef max-num=5] show only 5 photos
[wppaef max-num=5 album-id=2,3] show only the last 5 photos of album id 2 and 3
[wppaef max-num=5 album-id=2,3 text_url="Last 5 photo of album 2 and 3"] show only the last 5 photos of album id 2 and 3 marked as “Last 5 photo of album 2 and 3” string link
