Book Image

WordPress Web Application Development

By : Rakhitha Nimesh Ratnayake
Book Image

WordPress Web Application Development

By: Rakhitha Nimesh Ratnayake

Overview of this book

Table of Contents (19 chapters)
WordPress Web Application Development Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Planning custom post types for application


Having got a brief introduction to custom post types and their roles in web applications, we will find the necessary custom post types for our portfolio application. The majority of our application and the data will be based on these custom post types. So, let's look at the detailed requirements of portfolio application.

The main purpose of this application is to let developers promote their work to enhance their reputation. Therefore, we will target a few important components, such as projects developed, services offered, articles, and books written. Now, try to visualize the subsections for each of these components. It is obvious that we can sort these components into four custom post types. The following sections illustrate the detailed subcomponents of each of these models.

Projects

Developers or designers can have a list of projects to build their portfolio. Project information can vary based on the type of the project. We will limit the implementation...