How to remove the "Tweets" custom post type?

Posted in: Newsmag
Post count: 6

Hello, I’m using Newsmag with a custom child theme. I want to remove the “Tweets” custom post type entirely. How do I do that?

Post count: 6535

Hi

If that post type is generated by a plugin you can deactivate and delete that plugin and the post type will be removed automatically. If that custom post type it’s generated by a custom code you have to locate that code and remove it. Usually the code it’s added in functions.php file http://screencast.com/t/I9avgZttP Also you can check this link for more details in this regard: https://codex.wordpress.org/Function_Reference/remove_post_type_support

Thanks!

Post count: 6

It’s not a plugin. I only asked here because I assumed it was included as part of the Newsmag theme. I’ll investigate more and see if I can figure out where it’s coming from. Thanks!

Post count: 6535

Hi

That post type isn’t part of the theme so you should look over your plugins or your custom modifications, in case you have some.

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.