I assume you mention this hoping that someone will realise you aren’t just chatting to yourself … 🙂
http://www.coffee2code.com/wp-plugins/
or search here for phpgiggle
or there are others……………
Thread Starter
zertox
(@zertox)
hehe yeah i was hoping for that 🙂
i must have overlooked the plugin, i now see it in the plugin list!
thanks
Thread Starter
zertox
(@zertox)
The script didnt realy work well for me.
it gives my headers already sent errors and such …
i fixed it with a “simple replacer” plugin i just wrote quickly
for the intrested …
http://www.zertox.be/wiki/development:wordpress:simple_replacer
I need to sort out how i’m going to publish all my code & projects so this link might not be permanent.
If you search this forum for “headers already sent” you’ll see that you had space before the opening <?php and/or after the ending ?>, which caused your error.
7267
cheers, this is simple, and useful