Thoughts UX Design Previous Thought Next Thought

TextBlurb – Our WordPress Plugin Offering

A simple but very handy little tool.


text-blurb-01

Because “ThunderFire” and “SonicNoseBleed” were taken, we’re releasing a WordPress plugin called “TextBlurb”. It’s a simple one that takes a little texty-text and gives it a place to lay it’s unwanted head until you need it.

What itch does it scratch?
The one where you need to store little bits of text like phone numbers, addresses, section titles, etc for use on the site.

Example Time
Say your site is all about books and you want to have a “Reader of the Month” section on the homepage. The only monthly change to this section would be the name of the reader and a short description.

Common Solution:
Make a WordPress “Page” called “Monthly Winner”. You would then need to write a query to get this page, then some code to display that query on the homepage. Oh, because you stored this as a “Page” you now have to exclude it so it doesn’t show up in the top navigation, or search results, etc.
Cue black and white video of old lady opening a jar of pickles…”OH NO”.

TextBlurb Solution:

text-blurb-entry

Go make two blurbs called “reader name” and “reader info”. On the homepage, use the handy template tag we’ve made and voila, there is the info.

text-blurb-code

text-blurb-fend
Cue video of pretty lady with Jar Glove… “It’s just that easy!”.

Geeky Info

text-blurb-default

TextBlurb takes as many entries as you’d like and stores it. Then, when you need the info, use the template tag to slidetackle it into place. The first time you use the template tag it queries the wp_option entry. The rest of the calls on that page uses the returned info instead of querying it over and over.

Big Finish
I hope it helps you as much as it’s helped me. If you love it, hate it, find some bugs, want an update, or think “SonicNoseBleed” is a better title hit me up in the comments below… I, like that creepy guy accross the street, am watching.

» Download TextBlurb

Philip Joyner

Not only can the man stare down CSS code until it writes itself in sheer terror, but he is famous around 220 E. Hall St for what we like to call his “happy dance”. Few have seen it, and those who have can’t get enough.

Comments

One thought on “TextBlurb – Our WordPress Plugin Offering

  1. Dan Cannon says:

    Dude, of course “SonicNoseBleed” is a better name!

    Nice plugin, much simpler than having to create a theme options page for every site you deploy.

Comments are closed.

Share