A Separate Custom Admin Panel
-
Hello WordPress Gurus,
I have a question, i can’t really find the right information on line so wanted to ask the community!
I am looking into creating a directory, where by users can login / register, add their business details and be featured on the site.
I want to use WordPress to power it, as i am familiar with building sites with WordPress and querying the database etc.
However i have never tried something this complicated with WordPress before.
I want to have a separate backend system that users can register and login to, in their they will have their custom admin panel (Not WordPress’s) and be able to edit their business details add images etc.
I have only ever done this sort of stuff before using pure PHP, with sessions and SQL etc, but i know with WordPress there are probably better ways to do it. You guys are far more advanced with WordPress than me, so i wondered if i could “WP_Query” your brains (Worst Joke Ever).
A bit more details
– Regarding the login & registration form, would you store the data in the same table as where WP_Users are stored or a separate one? Also are their build in WP functions to do this or should i use PURE SQL? If any of you no of any resources on the codex please send the url:)
– Regarding the backend, would use normal PHP sessions and code it using WordPress pages? Is their a better way to control this with WP.
– Storing the data, would you use WordPress’s table to store the data or a seperate table?
– In an ideal world, I wanted to control all entries through a Custom Post Type in the backend of the actual WordPress admin.
So when someone submits their data, it automatically adds a new entry to the post type named businesses for example, and has all of the information associated with the post type filled out dynamically (Taxonomies and Custom Fields), so all i have to do it simply publish it. I know it would be possible, but wanted to see your recommendation.
If you could let me know your views on what you think would be the best way of doing it i would really appreciate it guys.
Thanks in advance for any advice!
Adam
- The topic ‘A Separate Custom Admin Panel’ is closed to new replies.