Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 619 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 619 Bytes

Blaze WP Core 1.0.4

An object-oriented MVW framework for WordPress themes.

Idea behind Blaze WP Core is move most often used functionality of a WordPress theme into a library that can be reused across different themes. This will allow to:

  • avoid code duplication
  • roll out functionality updates and fixes without the need to update the theme itself

With Blaze WP Core, a theme can be very thin, responsible for generating page views and having functionality that is specific to the current theme only (a very rare case).

Blaze WP Core integrates with WPML, an excellent WordPress multilingual plugin.