wordpress-unprefix

A wordpress starter theme


Keywords
wordpress, starter, theme, oop, starter-theme, wordpress-starter-theme, wordpress-theme
License
GPL-2.0
Install
bower install wordpress-unprefix

Documentation

unPrefix

Welcome to the new unPrefix concept.

The version 3.0.0 of unPrefix bring a new concept by removing all of the unnecessary part that are not strictly related with the concept of a template and instead split that logic into two different plugins: WordPress Model and Twig WordPress View.

Also within the WordPress templates you'll not find any call to template functions such as: the_content or the_post_thumbnail.

The idea is to make the theme works without any restriction in what have to be showed on the page, the only thing that is added it's the basic structure for pages. Then everything will be hooked depending on the project needs.

This will stop to override entire templates only to change a function call or to repositioning an element, you'll simply move whatever you need just by hook your stuffs to a different action or filter.

Requirements

  • WordPress: 4.9.x
  • Php >= 7.1

Bugs

To report a bug simply open an issue on github project

License

The library is released under GPL-2 Gnu General Public License.

For more info please visit the the general public license page.