updated   : May 15, 2012
we now have 588 snippets
category bookmarks
By : , on August 29, 2011 9:00 am

Add bookmarks to admin bar using get_bookmarks

wordpress snippet

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 more
By : , on August 11, 2011 9:00 am

Add bookmark links to the wp_nav_menu

wordpress snippet

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 more
By : , on December 03, 2010 7:00 pm

Bookmark post in Evernote

wordpress snippet

Adding this to your wordpress theme will add your bookmark to Evernote

read more
By : , on November 28, 2010 10:00 am

Make blogroll links nofollow

wordpress snippet

Adding this PHP code to the functions.php will make add nofollow to all blogroll bookmarks.

read more
By : , on November 19, 2010 9:00 am

Number of blogroll bookmarks

wordpress snippet

Adding this PHP code to your wordpress theme will display the total number of bookmarks.

read more
By : , on October 28, 2010 6:26 pm

Bookmarks in dropdown list

wordpress snippet

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 more
By : , on 3:04 am

Links with description

wordpress snippet

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