WP Links Shortcode Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
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 (
<li id="[category id]" class="linkcat">
) - category_after (
</li>
) - class (linkcat)
- category_orderby (name)
- category_order (ASC)
- title_li (Bookmarks)
- title_before (
<h2>
) - title_after ()
- show_private (false)
- include (none)
- exclude (none)
- orderby (name)
- order (ASC)
- limit (-1)
- before (
<li>
) - after (
</li>
) - link_before (none)
- link_after (none)
- between (
<br />
) - 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.
Screenshots
No screenshots provided