I can only use that three types at the moment, but I want to add one type and print it in grid format like a theme. Do you have any related documents? I'd appreciate it if you could let me know if you could be Also, if we modify the neuron core directly, we will have a problem with the theme update. How do I create the neuron core plug-in in my Child theme?
Please refer to the attached image.
I want to add a new type like the red square in the image.
Unfortunately, the Neuron Core is created with Elementor standards, and they do not allow to extend directly the elements, we'll look something in the future, but for the moment that's how it is, you need to edit directly on the plugin.
How to add a Custom Post Type.
1) Create the Custom Post Type, via a plugin or manually in the functions.php of the child theme.
Simply skip the first step, and start from the second step. In the first step we create a new custom post type, so in your case you have already created.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
hi
i want to add Add CustomPostType at Elementor Posts
'post' => __('Post', 'neuron-core'),
'portfolio' => __('Portfolio', 'neuron-core'),
'product' => __('Product', 'neuron-core')
I can only use that three types at the moment, but I want to add one type and print it in grid format like a theme. Do you have any related documents? I'd appreciate it if you could let me know if you could be
Also, if we modify the neuron core directly, we will have a problem with the theme update. How do I create the neuron core plug-in in my Child theme?
Please refer to the attached image.
I want to add a new type like the red square in the image.
Thank you.
Hi,
Unfortunately, the Neuron Core is created with Elementor standards, and they do not allow to extend directly the elements, we'll look something in the future, but for the moment that's how it is, you need to edit directly on the plugin.
How to add a Custom Post Type.
1) Create the Custom Post Type, via a plugin or manually in the functions.php of the child theme.
2) Open the base.php in the neuron-core > includes > posts > base.php.
3) In the base.php add your custom post types in the setting called 'posts_type' which is located in the line 89. http://prntscr.com/nag3kh
4) In the line 2955 of the base.php you need to add your custom post type in the switch as the following screenshot. http://prntscr.com/nag49v
Feel free to ask for anything you need.
Kind Regards,
NeuronThemes
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.
Thank you for your kind reply.
I think what you've explained is how you add new CPT as you create it.
I want to add the existing CPT. ex) bbpress
Can I get some more help?
Thank you.
Simply skip the first step, and start from the second step. In the first step we create a new custom post type, so in your case you have already created.
Feel free to ask for anything you need.
Kind Regards
Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.