Create single{custom}.php with data in table out of wp_posts
For me, a theme is to display your WordPress data. And a plugin is to modify WordPress functionality. What you are trying to do is both. You want to create a new table (which is something to do with a plugin), and then display that data (a theme). So, you have to do the following … Read more