內容簡介
進階標語插件讓您的部落格擁有多個標語的選項,您可以讓它們隨機或序列地顯示在每個網頁瀏覽上。
典型用途:
隨機引用
歌詞
像「每日小提示」的幫助
特色
序列或隨機顯示
簡單編輯活躍的標語
輕鬆添加 / 刪除標語
批量導入(CSV),覆蓋或添加
匯出至 CSV
每個標語都可以有選填的連結
使用 get_option 和 update_option 儲存插件數據
使用「get_header」動作和「bloginfo」過濾器,以幫助避免更改佈景主題
可用作小工具
版本 1.5.3
* 修正與其他外掛 / 管理功能的衝突問題
版本 1.5.2
* 修正有關於管理員選項 > 顯示模式設置的正確選擇的錯誤。該值正確保存,但總是顯示標準選擇。
版本 1.5.1
* 調整 CSS 以避免與 WordPress 管理其他部分(即小工具管理系統)。感謝 @zaneselvans)
* 切換到使用與 WordPress 捆綁的 jQuery,以避免 jQuery.noConflict()
版本 1.5
從 mootools 轉換到 jQuery。這應該有助於一些已報告的與其他外掛和 WP 2.7 的衝突。
使用 ajax 進行所有更改(除導入外)
匯出為 CSV
版本 1.4.4
更改 advtag_get_tagline([$echo = TRUE]) 為 advtag_get_tagline([$show_link = TRUE [, $echo = TRUE]])。在某些情況下,即使您的標語有鏈接,您也可能不想顯示它,例如在 <title></title> 標籤中。在這種情況下,使用 advtag_get_tagline(FALSE) 而不是 bloginfo('description') 或 bloginfo('advtag')。
版本 1.4.3
修正了 Internet Explorer 的錯誤
修正了拼字錯誤
版本 1.4.2
新增替換部落格描述 / 標語或獨立選項(先前版本僅替換)
進階標語現在可以用作小工具
版本 1.4.1
修正了進階標語重複顯示在外掛列表中的錯誤
修正了順序模式跳過每個其他標語的錯誤,如果之前安裝了進階標語 1.4 以下版本並且沒有刪除對 advtag_next_tagline() 的調用。
版本 1.4
標語鏈接現在可以有選填的目標
實施「get_header」動作和「bloginfo」過濾器,以大大簡化安裝
版本 1.3
修正了序列模式跳過第一個標語的錯誤
如果未指定鏈接,則顯示已修復
修正批量導入以接受僅一列(無連結)的行
從包裡刪除螢幕截圖
視覺風格更改,以更好地與 WordPress 管理風格融合
外掛標籤
開發者團隊
原文外掛簡介
Advanced Tagline gives the option to have multiple taglines for your blog and display them at random or sequentially with each page view.
Typical uses:
Random Quotes
Song Lyrics
“Tip of the day” style help
Features
Sequential or random display
Easily edit active taglines
Easily add/remove taglines
Batch import (csv), overwrite or append
Export to csv
Each tag can have an optional link
Store plugin data using get_option and update_option
Uses ‘get_header’ action and ‘bloginfo’ filter to help avoid theme editing
Can be used as a widget
Version 1.5.3
* Fixed conflicts with other plugins / admin features
Version 1.5.2
* Fixed a bug regarding the proper selection of the Options > Display Mode setting in admin. The value saves correctly, but it would always display with Standard selected.
Version 1.5.1
* Adjusted CSS to avoid conflicts with other parts of WordPress admin (namely widget management system. Thanks to @zaneselvans)
* Switched to use jQuery that is bundled with WordPress to avoid jQuery.noConflict()
Version 1.5
Switched from mootools to jQuery. This should help with some of the conflicts reported with other plugins and WP 2.7.
Uses ajax for all changes (except import)
Export to CSV
Version 1.4.4
Changed advtag_get_tagline([$echo = TRUE]) to advtag_get_tagline([$show_link = TRUE [, $echo = TRUE]]). In some cases, even though your tagline has a link, you might not want to show it, such as in the
Version 1.4.3
Fixed Internet Explorer bugs
Fixed typos
Version 1.4.2
Added option to replace blog description/tagline or stand alone (previous versions only replaced)
Advanced Tagline can now be used as a widget
Version 1.4.1
Fixed a bug causing Advanced Tagline to appear in the plugins list twice
Fixed a bug causing sequential mode to skip every other tagline if Advanced Tagline <1.4 was previously installed and the call to advtag_next_tagline() wasn’t removed
Version 1.4
Tagline links may now have an optional target
Implemented ‘get_header’ action and ‘bloginfo’ filter to greatly simplify installation
Version 1.3
Fixed a bug that skipped the first tagline in sequential mode
Fixed display if no link is specified to skip the anchor tag
Fixed batch import to accept lines with one column (no link)
Remove screenshots from package
Visual style changes to blend better with WordPress admin styles
