- This topic has 4 replies, 2 voices, and was last updated 8 years ago by Intense Visions.
-
AuthorPosts
-
June 1, 2016 at 12:57 am #7342
vj2kParticipantDoes intense support creation of new custom post types?
If yes how do we do it
VijayJune 3, 2016 at 1:30 am #7348
Intense VisionsKeymasterVijay,
Hello!
Intense doesn’t support the creation of new custom post types from within the plugin, but you can use other plugins to do so (Types is a really good one). The custom post types that you create will work in the “Custom Post Type” shortcode. You’ll be able to select the custom post type and choose from the various different layout templates that are available for the blog layouts. The single post template will use the theme’s layout.
If you do use Types to create your custom post types, you can use the ACF/Custom Fields plugin that is included with Intense to add the different fields for each post type. If this menu item is not currently available in your WordPress menu, it is likely turned off in the Intense admin settings. To turn it on, go to the Intense admin options, then to the Extras tab. Once on the Extras tab, turn on the “ACF/Custom Fields Menu Item” option.
If you need any help, please let us know.
Thanks!
June 7, 2016 at 5:41 am #7367
vj2kParticipantThanks
November 19, 2016 at 11:16 am #7688
vj2kParticipantHi,
I have to create a page similar to http://swimmingfederation.in/unitsofsfi.php
In this case I have created a Custom post type using Types and used ACF included in the theme to add meta fields for
1. Name of person
2. Position
3. Address
4. EmailWhen I use a shortcake for the CPT
[intense_custom_post post_type="unit" template="two_text_inside" template_content="full_post" order="asc" posts_per_page="30" infinite_scroll="1" show_author="0" show_meta="0" meta_template="text" meta_show_comments="0" meta_show_author="0" meta_show_categories="0" meta_show_date="0" show_filter="0" filter_effects="fade, scale"]I get a result as shown
http://swimming.org.in/units-of-swimming-federation-of-india-2/When I look at creating a template using the template CPT I am unable to find a units CPT in the drop down list
Please help
November 21, 2016 at 10:38 am #7690
Intense VisionsKeymasterVijay,
Hello!
Currently, the Template CPT doesn’t support custom post types that are not included in Intense. The Post Fields shortcode options are all added into the dropdowns manually (meaning the dropdowns are pre-built and are not dynamic). That’s not to say that what you’re trying to do cannot be accomplished with Intense, it’s just saying that you won’t be able to use the Templates CPT to accomplish your goal.
You can create your own template with PHP and include it in Intense. Take a look at this page, and let us know if you have any questions. As long as you know the field names, it shouldn’t be bad to do. You could use the “Two Text” template as a starting point, then modify it to work for your post type and fields. I would suggest saving the template file in your child theme (so an update to your theme or Intense doesn’t overwrite the template). You could save the template as a blog template as long as you named the template so you know what it was. The template would show in the template dropdown for the Custom Post shortcode.
I hope this helps you.
Thanks!
Josh
-
AuthorPosts
You must be logged in to reply to this topic.