WP Links Shortcode

0

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 ou

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

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.