WP Links Shortcode
This plugin adds a shortcode to emulate the WordPress native function wp_list_bookmarks.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5054 days ago
Is WP Links Shortcode abandoned?
Possibly abandoned (last update 5054 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
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 (
) - 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.
Installation
- Download the plugin from the WordPress Repository or Upload to the
/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use the
[wp_list_bookmarks]shortcode in your posts or pages
Frequently Asked Questions
- Using all of the defaults, my category name has a bullet next to it. How do I get rid of this? This is a default value of the
wp_list_bookmarksfunction. To remove it, add thecategory_before = ''andcategory_after = ''shortcodes. Your call should looks like this:[wp_list_bookmarks category_before = '' category_after = ''] - Using all of the defaults, the description doesn’t show. How do I add it? Use the
show_description = trueparameter. Your call should look like this:[wp_list_bookmarks show_description = true - Where can I find more details about all of the available parameters? On the wp_list_bookmarks Codex Page.
Review feed
Screenshots
Changelog
1.0
- Initial Release