Add bookmarks to admin bar using get_bookmarks
Adding this snippet to the functions.php of your wordpress theme will let you specify a category of bookmarks / links to display within the admin bar menu.
read moreAdd bookmark links to the wp_nav_menu
Adding this snippet to the functions.php of your wordpress theme will add bookmarks from a specified category to the wp_nav_menu. This also supports the sub-menu class so you can create pure css dropdown menus.
read moreBookmark post in Evernote
Adding this to your wordpress theme will add your bookmark to Evernote
read morethis months featured snippets
Make blogroll links nofollow
Adding this PHP code to the functions.php will make add nofollow to all blogroll bookmarks.
read moreNumber of blogroll bookmarks
Adding this PHP code to your wordpress theme will display the total number of bookmarks.
read moreBookmarks in dropdown list
Adding this PHP code to your wordpress theme will add your bookmarks within whatever category you choose to be displayed within a select menu. Don’t forget to change the category ID in line 4.
read moreLinks with description
Adding this to your wordpress theme will allow you to specify a category using a custom field thecat to display a listing of links / bookmarks.
read more








