You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
This is a proposal for dropping the WordPress template inclusion. Right now, variables can not be injected into the templates, because of WordPress' template engine (which you can find in template-loader.php).
We might be able to get rid of most controllers we have now and we could run the entire theme from one entry point and inject everything we need intro our controllers and views.
The text was updated successfully, but these errors were encountered:
Discussed this today, decided to create a separate library that should be implemented by TrendPress. I'll keep this issue open for now, but removing the discussion label.
This is a proposal for dropping the WordPress template inclusion. Right now, variables can not be injected into the templates, because of WordPress' template engine (which you can find in
template-loader.php
).We might be able to get rid of most controllers we have now and we could run the entire theme from one entry point and inject everything we need intro our controllers and views.
The text was updated successfully, but these errors were encountered: