Adding Custom Post Type
Hi Guys, we want to register a custom post type called 'career', are there are specific requirements we need to be aware of, also can we use the themes default blog page (index.php) and amend it so that it displays all custom post types for the newly registered 'career'.
Thanks
Matt
Comments
have you read this https://codex.wordpress.org/Post_Types? Because everything about custom post types has been explained there and this is how our post types were also made.
Thanks!
Also, the current template for blog uses includes/content-post.php to display the content of the feed, can I define a new script called 'content-career.php', and if so, how do I define this new page in the new post template I'm going to create.
Thanks for understanding!