| Post Title | Posted | Description |
|---|---|---|
Parent Directory
|
||
| Placeholders for Wordpress | 2008-03-26 14:17 | Insert placeholders in your posts/pages and have functionality be tied to those. |
When implementing WordPress for a client, there are the times when you need to place things like a PayPal donate button or a small javascript or whatever into a page. I wanted to give the client the ability to insert the PayPal button on any page they choose to without having to tell them about html. Inspired by the way cform II WordPress plug-in uses a placeholder to accomplish this, I came up with this plugin.Now I just tell the client to place for example ##paypalbutton## wherever, and the plugin replaces the placeholder with the real html behind the scenes.I could write a fancy interface to configure this, but instead, you can just edit the plugin file.
Target Audience: Semi-advanced WordPress Implementors
License: GPL
Download placeholdersphp.txt (don't forget to rename to placeholders.php or whatever)
Leave a Comment