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

Integrating and structuring the portfolio application


Throughout the first nine chapters, we implemented the functionality of a developer portfolio management system using one main plugin and several independent plugins. In each chapter, we explained some of the advanced concepts while developing the features related to that concept. So, our application was structured based on modules in WordPress. In the real world, we plan all the features of the application at the same time while separating them into sections based on functionality. Here, we have separated them into sections based on WordPress core modules. So, let's restructure and integrate the inconsistent components in our application before moving forward.

We can go through the code of the main plugin and sub plugins developed through the application to identify the following inconsistencies and issues:

  • We used the template loader as an external reusable plugin. So, we have to check the availability of the template loader before using...