Hello All,
I'm in the process of developing a simple plugin for a network of sites that I host using WordPress 3.0RC1.
The plugin is quite simple at the moment. All it does is have the name of the parent site in the network and a Jump menu of other important sites in the network.
My Jump Menu is kinda dumb though as I've just written it in HTML. I need it to be dynamic. Currently it doesn't know which site it's on and so it always thinks it's on the first site listed in the menu... which pretty much makes the jump menu useless.
I've pasted my whole plugin code here:
http://wordpress.pastebin.ca/1874637
I didn't post the CSS, but you can see the CSS with firebug here:
http://myfrn.org - NSFW (no pictures, just uses the word Foreskin in the title - information only site).
Can someone help he give my jump menu a brain?
I have more questions and things I'd like to do with this plugin... but that's a different topic for a different time.