
內容目錄
內容簡介
Think Up Testimonials Rotator 使用 WP 原生的文字小工具和一個外掛所創建的邊欄。將你的推薦評論放入個別的文字小工具中,並使用以下的標記:
<h3>某個人提到了您或您的企業有多好。</h3><h2>~ Andy Johnson</h2>
將這些文字小工具放到名為「Think Up Testimonials」的邊欄裡。為了在前端輸出推薦評論輪播,請在主題模板檔案中插入函數「thinkup_testimonials()」,放到您想要轉換出現的地方。您也可以透過回調函數控制每個幻燈片顯示的時間,並且判斷是否要自動播放。
如果您想要在模板中創建一個每隔 9 秒選轉一次的輪播,請使用以下程式碼:thinkup_testimonials(9000);
如果你想要停用外掛的自動輪播,請將 false 參數加入回調函數中,即:thinkup_testimonials(9000, false);
外掛標籤
開發者團隊
原文外掛簡介
Think Up Testimonials rotator uses WP’s native text widgets and a plugin created sidebar. Put your testimonials into individual
text widgets with the following markup.
Your nice quote from someone saying how great your or business are.
~ Andy Johnson
Place the text widget into the sidebar called ‘Think Up Testimonials’. To output the testimonial rotator on the front end, insert
the function `thinkup_testimonials()“ into your theme template files where you want the rotator to appear. You can also control the
time for each slide and if you want the rotator to autoplay or not through the callback function.
To create a slider within your template that rotates every 9 secs use the code thinkup_testimonials(9000);
To stop the default auto-rotate of the plugin, add the false parameter to the callback function like this thinkup_testimonials(9000, false);
