內容簡介
這個外掛會在你的 WordPress 控制台中新增一個「Gallery Posts」選單。要在輪播畫廊中新增內容:
為每個要顯示在輪播畫廊中的圖片/標題新增一則「Gallery Post」
當編輯文章時,透過媒體上傳工具將一張或多張圖片附加到「Gallery Post」中
輸入你想在圖片上覆蓋的標題及內容
發佈文章
在首頁 widget 區域中新增「Rotating Post Gallery」小工具
輸入要在畫廊中輪播的「Gallery Post」數量(預設值為全部)。
選擇要在畫廊中顯示的圖片大小(基於媒體設定)
當將多張圖片附加到「Gallery Post」時,每次頁面載入都會隨機選擇其中一張圖片顯示。
在初始版本中,你需要在主題樣式表中新增一些 CSS:
.slideshow {
width: 123px;
height: 456px;
}
請使用你的媒體設定中的寬度和高度替換 123 和 456。
這個外掛是由 Ron Rennick 與 CUNY Academic Commons 協力編寫。
外掛頁面
外掛標籤
開發者團隊
原文外掛簡介
This plugin adds a Gallery Posts menu to your WordPress dashboard. To add content to the rotating gallery:
Add a new Gallery Post for each image/headline to be shown in the rotating gallery
Attach one or more images to the gallery post by uploading the image(s) with the media uploader while editing the post
Enter the title & content that you would like to overlay the image
Publish the post(s)
Add the Rotating Post Gallery widget to widget area on your home page
Enter the number of Posts to rotate in the gallery (default = All).
Choose the size of image to display in the gallery (based on your Media Settings)
When multiple images are attached to a Gallery Post one of the images is randomly selected to be shown on each page view.
In the initial verion, you will have to add some CSS to your theme’s stylesheet:
.slideshow {
width: 123px;
height: 456px;
}
Substitute 123 & 456 with the width & height in your Media Settings.
This plugin was written by Ron Rennick in collaboration with the CUNY Academic Commons.
Plugin Page
