
內容目錄
- 1 內容簡介
- 2 外掛標籤
- 3 開發者團隊
- 4 原文外掛簡介
- 5 ) title_after () show_private (false) include (none) exclude (none) orderby (name) order (ASC) limit (-1) before ( ) after ( ) link_before (none) link_after (none) between () show_images (true) show_description (false) show_name (false) show_rating (false) show_updated (false) hide_invisible (true) For a full list of arguments and their available options, visit the wp_list_bookmarks function on the Codex. 延伸相關外掛
內容簡介
此外掛能夠讓你輕鬆地在任何 WordPress 文章、頁面或其他自訂文章類型上輸出連結列表,使用簡碼並使用 WordPress 原生的 wp_list_bookmarks 函數呼叫輸出該列表,所有原生函數參數均可用於簡碼。
欲獲取更多此外掛相關資訊和支援,請造訪 O3 上的 WP Links Shortcode。
用法
只需在文章或頁面中添加以下簡碼:
[wp_list_bookmarks]
下面是可用的參數(包括預設值):
categorize (true)
category (所有分類)
exclude_category (無)
category_name (無)
category_before (<li id="[category id]" class="linkcat">)
category_after (</li>)
class (linkcat)
category_orderby (name)
category_order (ASC)
title_li (書籤)
title_before (<h2>)
title_after ()
show_private (false)
include (無)
exclude (無)
orderby (name)
order (ASC)
limit (-1)
before (<li>)
after (</li>)
link_before (無)
link_after (無)
between (<br />)
show_images (true)
show_description (false)
show_name (false)
show_rating (false)
show_updated (false)
hide_invisible (true)
欲獲取此函數所有參數及其可用選項的完整清單,請造訪 Codex 上的 wp_list_bookmarks 函數。
外掛標籤
開發者團隊
原文外掛簡介
This plugin makes it easy to output a list of Links on any WordPress Post, Page, or other Custom Post Type. The shortcode uses the
WordPress native wp_list_bookmarks function call to output the list. All native function arguments are available to the shortcode.
For more information on this plugin and support for this plugin, visit WP Links Shortcode on O3.
Usage
Simply add the following shortcode to a Post or Page:
[wp_list_bookmarks]
The following parameters are available, defaults in parenthesis:
categorize (true)
category (all categories)
exclude_category (none)
category_name (none)
category_before (
category_after (
)
class (linkcat)
category_orderby (name)
category_order (ASC)
title_li (Bookmarks)
title_before (
)
title_after ()
show_private (false)
include (none)
exclude (none)
orderby (name)
order (ASC)
limit (-1)
before (
)
after (
)
link_before (none)
link_after (none)
between (
)
show_images (true)
show_description (false)
show_name (false)
show_rating (false)
show_updated (false)
hide_invisible (true)
For a full list of arguments and their available options, visit the wp_list_bookmarks function on the Codex.
延伸相關外掛
after (
link_before (none)
link_after (none)
between (
)
show_images (true)
show_description (false)
show_name (false)
show_rating (false)
show_updated (false)
hide_invisible (true)
