Developer Guide
Welcome to the MasterPress developer documentation. To gain the best level of understanding of the API, read through the Introduction and Key Concepts section first, since it sets up a foundation for all other material in this guide.
The MasterPress API uses advanced object-oriented and dynamic language techniques to provide a PHP front-end to your WordPress content with high levels of memorability, consistency and brevity. This section outlines the key techniques used throughout the API, along with concrete examples outlining how they are used by other parts of the API, and how to make use of them yourself.
This highly practical section provides many example solutions to common development tasks you’ll encounter when using WordPress and MasterPress as a CMS for your web sites and apps. You’ll learn how to integrate the API with existing theme code, and also discover how MasterPress makes working with your content, images, and files a lot easier than before.
A complete reference to all classes and methods in the MasterPress API, illustrated with many examples.
Visit this section for solutions to common errors and problems that you may encounter when using the API.