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

Pods framework for custom content types


Up until this point, we explored the advanced usage of WordPress custom post types by considering the perspective of web applications. Although custom post types provide immense power and flexibility for web applications, manual implementation is a time-consuming task with an awful amount of duplicate and complex code. One of the major reasons for using WordPress for web development is its ability to build things rapidly. Therefore, we need to look for quicker and more flexible solutions beyond manual custom post implementations.

Pods is a custom content type management framework, which has been becoming popular among developers in recent years. Most of the tedious functionalities are baked into the framework, while providing us with a simpler interface for managing custom content types. Apart from simplifying the process, Pods does provide an extensive list of functionalities that are not available with default WordPress administrative screens.

Let...