I've been working with WordPress for a while, but I haven't created any plugins and don't have time to read through the documentation. I need someone who's well versed in WordPress Plugin creation to help me out with a few questions. Would prefer someone who has done this before that can get back to me quick that doesn't have to spend days/weeks reading through docs. Willing to pay.
Here's the basics of what I need:
- basic plugin framework
- have all traffic from /mypath/ be redirected to the plugin and handled by the plugin
- based on the query string after /mypath/ (ex. /mypath/action1/variable or /mypath/action2/variable) this would do different actions
- be able to read data from tables
- be integrated into the active theme