
內容簡介
這個外掛是用來顯示某個分類中隨機文章的摘要。使用 jQuery 進行淡入淡出。這是一個很好的方式,可以顯示客戶的推薦或者你網站上內容的縮影。
自版本 1.4 起,增加了短代碼功能。
使用最基本的方法: [reFader] 這會使用預設選項。
以下是所有選項的示例:
[reFader title=”Random Excerpts” cat=”23″ type=”post” amount=”5″ length=”50″ duration=”5000″ linked=”no” url=”http://www.jackreichert.com/”]
這將會顯示 5 (amount) 篇文章 (type),來自類別 #23 (cat)。從每一篇文章擷取 50 (length) 字作為摘要,並以 5 秒 (duration) 的時間進行淡入淡出。不會將每個標題鏈接到相應的文章,但所有標題都將鏈接到此外掛的頁面 (url)。
外掛標籤
開發者團隊
原文外掛簡介
This plugin was developed to display excerpts from random posts in a category. jQuery is used for fading the plugin in and out. It’s a great way for displaying testimonials of clients or just giving a snapshot of content from your site.
Shortcode added as of version 1.4
The most basic use is: [reFader] this will use the default options.
Here is an example of all the options in use
[reFader title=”Random Excerpts” cat=”23″ type=”post” amount=”5″ length=”50″ duration=”5000″ linked=”no” url=”http://www.jackreichert.com/”]
This will show 5 (amount) posts (type) from category #23 (cat). It will show 50 (length) words from each post and fade out/in every 5 seconds (duration). It will not link each title to the corresponding post, but it will link all the titles to this plugins page (url).
