Hi, I was wondering if anyone had a start to finish tutorial out there they have seen or written themselves that goes through the entire process of writing a complete plugin using Metabox. What other resources or libraries were included? Etc. Thanks
Writing a plugin for Meta Box has nothing special than a normal WordPress plugin. You can follow WordPress Codex or take a look at the source code of free extensions to have a starting point.
So just getting back to this, sorry about the delay. I have read through most of your case studies and they are all excellent, thank you. But they all say 'add xyz to your themes functions.php file" More my question is how do you add this to a standalone plugin.
If I add a custom post type for foo and a taxonomy bar I want to be able to display the single for foo, archive for foo and bar.