I’m writing a plugin that lets people add course information online. ‘Courses’ is a custom post type. I’ve already made the admin menu to add the course information to the database (in the post meta table).
Now I need to bring it out onto the front end. Ideally I’d like to make a new template page (single-courses.php) so I can fully customise the page. I’ve not found anything that fits the bill online yet, is there an easy way of generating this through the plugin?
Thanks