/WordPress-Models

Postmodel to use instead of the loop for the Themosis Framework

Primary LanguagePHP

WordPress Models

Multiple Models for you to use to when developing with WordPress. These models include Posts, Terms & Users. The WordPress Models simulate are creating a way to use the WP_Query in a consistent way that fits inside the MVC Model.

Requirements

The WordPress Models makes use of the Illuminate support and thus has as one system requirement before getting started:

  • PHP >= 5.6.4

Additionally the system requirements the same as for WordPress are . Check here for default WordPress requirements.

Getting started

Roadmap

  • Create documentation for usage per model on GitHub
  • Making use of Facades