內容簡介
使用 fslider 外掛能夠建立動態幻燈片,取代原本的 fslider 短碼,並且使用上傳到 fslider/features/ 外掛資料夾中的內容。
範例 1
上傳四個圖片檔案至 wp-content/plugins/fslider/features/ 外掛資料夾,檔名分別為 img01.jpg、img02.jpg、img03.jpg 和 img04.jpg,並且上傳每張圖片的詳細資料 html 檔案,檔名為 img01.html、img02.html、img03.html 和 img04.html。接著在 WordPress 網站的頁面上加上 fslider 短碼,瞬間產生一個有四張幻燈片以及其詳細資訊的幻燈片秀。
屬性
目前 [fslider] 短碼沒有任何可接受的屬性。
短碼
短碼:
[fslider] - 插入幻燈片秀
注意事項
幻燈片圖片的檔名必須以 img 開頭,例如 img-001.jpg。
詳細資料檔案應該與圖片檔名相同,並且以 .html 副檔名結尾,例如 img-001.html。
外掛標籤
開發者團隊
原文外掛簡介
The fslider plugin will create a dynamic slide show in place of the fslider
short tag using content that is uploaded to the fslider/features/ plugin
directory.
Example 1
Upload four image files, img01.jpg, img02.jpg, img03.jpg and img04.jpg to the
wp-content/plugins/fslider/features/ directory and the html files with the
details for each image, img01.html, img02.html, img03.html and img04.html,
then add the fslider short tag to a page on the WordPress web site and BAM,
you have a slide show with four slides and their details.
Attributes
The [fslider] tag currently does not accept any attributes.
Shortcodes
shortcodes:
[fslider] – inserts the slide show
Notes
The file name for the slide images must start with img, i.e. img-001.jpg.
The detail files should have the same base name as the image file and end
with the .html extension, i.e. img-001.html.
