EasyTags Plugin
Monday, July 26th, 2004The EasyTags WordPress plugin makes it possible to use template tags instead of writing PHP.
In it's current form, you can replace:
with
It's important to note that this plugin will only work with functions that return their output, not the ones that echo it.
So in it's current form, it's kind of useless I [...]