Best WordPress Hosting
 

WordPress Plugin Development Best Practices: Template Files

via deliciousbrains.com => original post link

When we talk about templates in WordPress we are normally referring to page template files in the theme. However, there are plugins that use template files to display content, and that becomes another consideration when it comes to building WordPress themes.

Can you override plugin template files? If so, how? If you are building a plugin that renders HTML, how can you make it easily altered by themes? I’ll answer these questions in this article.

What Are Template Files?