I will never understand the point of these wildly complicated “helper” wrapper/plugins… but that aside…
The plugin provides a lot of filters that might help you out. I think that the types_view
filter might be what you want. Something like this is a plugin file or your theme functions.php
might do it:
add_filter('types_view','do_shortcode');
I do not use that plugin, have never used that plugin, and I am guessing– a lot– but I hope that helps.
Related Posts:
- Where to put my code: plugin or functions.php?
- Unable to filter on field on edit.php page
- How do I set the link in the Custom Post Type admin menu?
- Why is conditionally loading a custom plugin’s code only on a specific custom post type causing the site content to disappear?
- Form action/link to render a plugin in WordPress front-end
- Redirect to another page using contact form 7? [closed]
- wordpress remove views from action links in a custom post
- How do I add custom HTML to the content of an archive page’s posts?
- Content in WP Editor displayed below CPT shortcode [duplicate]
- How to display the post using a shortcode in WordPress?
- Shortcode and get_template_part
- How to seperate posts by categories?
- Insert custom taxonomy into category query
- Enable shortcodes on custom post type
- Custom meta box in editor of custom post type not working
- Shortcode error
- Rewrite a filter as shortcode (or something like that) to use anywhere in CPT
- How to separate posts by categories?
- Custom post type template not loading from plugin
- Modifying date filter on admin page for custom post type to link to custom field
- Get custom posts with certain ids in a custom loop using a shortcode
- Issue with pre_get_posts on custom post type archive pages
- Add html to cpt main page / admin edit.php
- Custom Post Type Navigation on Custom Field
- register_taxonomy and register_post_type does not work [closed]
- Custom Post Type Loop within Shortcode
- Plugin translation not working apart from name and description
- Get rewrite slug of custom post type in template
- Pre_get_posts filter overwrites all search functionality
- Shortcode insertion in tab
- Filter categories of posts with checkboxes
- Custom Post Type rewrite
- Admin notice not displaying
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- Custom Post Type: Upload Multiple Images
- Shortcode doesn’t display in custom post type
- WooCommerce product search titles only
- Add category attribute to custom shortcode
- Detect where custom post type is declared
- Metadata for a taxonomy – is there any WordPress way of doing this?
- How to detect filter in URL in Category page?
- How to display Custom Post Type Post based on Tag with Shortcode Parameter?
- Custom query to filter posts that have current post as a taxonomy [closed]
- Hook to override title, image and content
- Insert Multiple Post with Same Publish Button
- How to create shortcode to display custom field value on a custom post type
- Setting proper query for multiple custom admin filters
- How to query custom post types posts filtered by multiple custom taxonomies through a form selection
- How to enable shortcodes in a custom post type?
- get_object_taxonomies() returns empty array for custom post type
- Get custom fields from a custom post type with a shortcode
- Shortcode for display posts in wp-editor
- Display Recently Added Custom Post Types with Custom Taxonomy Shortcode
- WordPress theme custom capabilities not works
- custom post type not showing in menu
- Custom posts don’t work
- Append date to custom post type url slug
- No posts found – Custom Post Type show_ui
- How to customize a permalink (URL) structure?
- Archive for custom taxonomy lists all posts instead of current taxonomy
- Genesis filterable portfolio isotope [closed]
- Adding a custom post type taxonomy template in plugin
- Plugin: register custom post types, child ready and performance best practices
- How to add a custom taxonomy to show up in a custom post type menu?
- How can I see a list of my Custom Post Types of the last term I was in?
- Get custom post type list for every category shortcode
- Filtering WP_Query
- Give a permalink to Custom Post Types without title
- Displaying custom taxonomy in the admin list of a custom post type
- How can I run this code once so that my generated post title doesn’t keep changing on publish/update?
- filter custom post type by meta key in dashboard
- Categories of custom taxonomy don’t show any posts
- Getting template_include to work when allow_url_include is off?
- WordPress post_where & posts_join not working only for custom post type
- How to add a post slug to a url?
- Add custom ID to CPT posts only create not update
- Add custom post type as submenu [closed]
- WordPress multiple custom post types capability conflict in a single menu
- WordPress sort search results by custom order
- How to filter wp_list_categories output with some custom post type meta query?
- Getting meta in editor plugin, and event triggering issue
- Orderby CPT custom fields not working
- How to Filter custom post type by taxonomy?
- Unable to get Custom Plugin Options data
- Making a Template for a CPT created by a plugin
- Update post meta not working in transition_post_status
- Filter term taxonomy metabox in custom post type
- Use custom metabox to update automatically a post after a given date
- creat filter with wp_query
- A method for ordering mixed dates in search result loop (theory only, no actual code)
- Addition of custom option panel crashes Media Library & Admin Area
- How can I made custom taxonomies relationship?
- WooCommerce sort products by the actual product width(not the shipping width)
- Using advanced custom fields from one custom post type in another custom post type / using nested shortcodes
- How to change the post type a theme shows by default?
- How to render a custom post type template with custom fields using shortcode
- filter custom post in rest api with custom function
- Custom Permalink to remove category word , keeping posts permalink with date?
- What is the best practice for displaying my plugin content in themes?
- custom post type category count shortcode