Archive for September 11th, 2006

Sticky-Fields, a WordPress plugin to save and retrieve fields

You can now edit custom fields (content you use the most) from within the administration, such as a headline, proverb or phone number.

You retrieve a field content in your PHP template like this:

global $stickyfield;
echo $stickyfield->field['name-of-your-field'];

With this plugin, you don’t need to modify your templates each time you want to update some hard-coded text.

Download links:
Sticky-Fields 1.0 (.tgz)
Sticky-Fields 1.0 (.zip)

11 comments September 11th, 2006