The [bw_bookmarks] shortcode can be used to list bookmarks. It’s just like using the Links widget anywhere in your site. Undocumented parameters include those which are accepted by wp_list_bookmarks().
Here we set the title to blank using both title_li=""
and categorize=0
parameters.
[bw_bookmarks category_name='blogroll' title_li='' categorize=0]
See also
- Bookmarks aka Links were a base part of WordPress up to 3.5. They are now optional.
- wp_list_bookmarks()
- If you want to create an inline link to another site consider using [bw_link]