Remove Blog layout on Custom Post Type
I'm building a site out for a client that needs custom post types. I create a custom type and content template using the WP-Toolset plugins (Types and Views) but even when I assign a content template to a custom post type, the BeTheme post layout (with share buttons and all) shows up and the content template was put in the body content (which I'm assuming is the the_content() function???)
How can I turn off that layout and have my custom post type work as a page, essentially?? Please help!!!
Comments
unfortunately such files customizations are not included. But all information about creating custom post types you can read on https://codex.wordpress.org/Post_Types and http://forum.muffingroup.com/betheme/discussion/4827/adding-custom-post-type
Thanks for understanding!