Topic awaiting preservation: Wordpress Plug-Ins (Page 1 of 1) |
|
---|---|
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-30-2008 15:39
Any inmates developing your own plug-ins? I have been hacking away at WP for awhile and recently started writing functions to do this and that. Yesterday I started writing my first Plug-In. I'd like to compare notes with anyone else that is currently working in WP development. |
Maniac (V) Mad Librarian From: the space between us |
posted 01-30-2008 15:42
currently, i'm working on my own WP theme. havent tried plug ins yet, but maybe i'll do so one day. mind telling us what your plugin is about? |
Maniac (V) Mad Scientist From: Jacks raging bile duct.... |
posted 01-30-2008 15:58
The plug-in I'm working on is proprietary for the Prosense Redux theme. We are using it for our new blog at work http://youdough.com. Basically what I'm doing is making it so that 3 regions where Google AdSense reside can quickly be swapped out with affiliate banner ads through the wp-admin backend. Right now I can toggle the plugin on/off and it will properly switch between ads and Google AdSense respectively. I am going to write the DB calls today that will get the links for the banners and parse them in. I will then need to write some logic that will allow the admin to manage it through wp-admin. |
Maniac (V) Mad Scientist From: :morF |
posted 02-23-2008 06:17
I've written a plugin before, for a blog that a friend of mine runs. It transforms all her date/time stamps on posts into a latin format (So, instead of "Monday, 11th January," you have "Dies Mercurii, 11 Inuari" or something like that). |
Maniac (V) Mad Librarian From: the space between us |
posted 02-23-2008 14:46
hey that sounds pretty stylish got a link? |
Maniac (V) Mad Scientist From: :morF |
posted 03-08-2008 12:09
The site is at http://cavlec.yarinareth.net |