I want to use MB view shortcode to pull in specific CTA's in the content editor but can not get it to work.
This is what I did:
I added a CPT called CTAs
I then made a Custom field group: Content CTAs with 3 fields: CTA text, CTA Button text, CTA target url
This field group was connected to the Custom Post Type called CTAs
I added a few Content CTAs to the CPT
I made an MB view called CTA RPW type shortcode
added a div and 3 p sections with each section calling a field
The question now is how to use the schortcode so the different CTAs are shown via inputting the shortcode in the content editor.
In other words how do I get the schortcode to include the custom post type to pull the fields from?
The div and 3 p's are in the source of the frontend, but the fields are nog called from the CPT contents
hope this makes enough sense for someone to help me