Hello!
That would require editing functions.php. You’d need to remove whole section under ‘Register custom taxonomies’ and ‘Create custom post types’.
To do that successfully you’d need to create child theme, copy entire functions.php and delete the parts I mentioned.
Thank you! You’re basically speaking a foreign language could you explain that last part in detail? I’m not sure when a child theme is, and how to replace it
Hello!
If you don’t have any experience with WordPress and PHP, this might prove to be a little too much to handle. First of all you should read the documentation on child themes. You can create child theme easily with One Click Child Theme plugin. You should still read the documentation though. And I would recommend that you set up test environment on your local machine, before you work with live website.