=== Bookmarks Shortcode === Contributors: bungeshea Tags: bookmarks, links, shortcode, wp_list_bookmarks() Requires at least: 2.5 Tested up to: 3.3 Stable tag: 1.0 This is a rather simple plugin that creates a [bookmarks] shortcode that will generate an unordered list of your WordPress links. == Description == This is a rather simple plugin that creates a `[bookmarks]` shortcode that will generate an unordered list of your WordPress links (preforms the same function as `wp_list_bookmarks()`. You can use the `[bookmarks]` shortcode within a post, page, medea etc. This makes it much more flexable then using the default Links page template within your theme as you can add other content surrounding the list, also when you change themes there is no need to edit the page. == Installation == 1. Upload `bookmarks-shortcode.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Use the `[bookmarks]` shortcode in any of your posts, pages == Frequently Asked Questions == = My theme includes a links page template. Why do I need this plugin? = **Short answer:** You don't. **Longer Answer:** This plugin is more flexible then the Links page template. You can use the `[bookmarks]` shortcode within a post, page, medea etc. You can also add other content surrounding the list, also when you change themes there is no need to edit the page. = Do you have a Web site? = I have all of my WordPress stuff at SourceForge Developer Web Robtics stuff at LEGO stuff at == Changelog == = 1.0 = Initial release