Shifting Partials to Templates
-
Is there any plan to shift the HTML templates in public/partials to the templates directory so that our themes can interact with the structure and styling of the plugin?
It seems like a bit of a design flaw IMHO to not have the presentation files as templates.
The reason why I ask is that I have been asked to bend the style of the plugin to match a website theme. Structurally many things are incomplete or missing. For example proper form label tags for form elements. I also want to wrap the text in button tags with a span. It creates more design flexibility.
It would not really take much to modify it to use templates by using locate_template() instead of hard including the partials.
tnx.
- The topic ‘Shifting Partials to Templates’ is closed to new replies.