TTF Bookmarks

TTF bookmarks is a companion Plugin for John Leavitt’s TTF Titles Plugin for wordPress 2.3. This plugin is a replacement for the built-in WordPress wp_list_bookmarks() function that accepts one new parameter ttf_style. the ttf_style parameter selects the font style as defined in the TTF Titles Plugin.

This plugin will break your WordPress install unless the TTF Titles plugin is installed, activated and configured properly. It is not designed nor intended to be used as a standalone plugin. I plan to add checks for this in the next version which will allow the plugin to function as a drop-in replacement for wp_list_bookmarks, but this is not included in version 1.0.

Download:

Download .tar.gz
Download .zip

Usage:

Download the file in the format of your choice. Extract the archive file and upload the folder List_TTF_Bookmarks to your wp-plugins directory.

In your WordPress administration panel, go to Plugins and activate the plugin.

Place the following code in your wordpress template where you would like to display your TTF’d bookmarks list.

<?php list_ttf_bookmarks('ttf_style=<your-predefined-ttf-style-here>'); ?>

If given with no parameters, the default style from the TTF Titles plugin will be used. You may use any of the built in functions of wp_list_bookmarks as well, as this plugin accepts and acts on all of them.

Enjoy!