With Yoast SEO enabled, values were not rendering on the front-end.
Additionally, using an {{#if}} would cause the values to render in the meta og:description within the <head>.
Deactivating the Yoast plugin, metaplate work as designed.
]]>Hi after upgrade to 4.4 from 4.3 the edit link no longer appears. I disabled all links and can confirm after testing on another site that this occurs once I upgrade to wordpress 4.4.
]]>Hi guys,
I have Pods Framework with a CPT ‘accommodation’.
In the ‘accommodation’ pod I have a ‘File / Image / Video’ field named ‘images’ with Upload Limit ‘Multiple Files’.
How can I use this with Caldera Metaplate to display a slider / slideshow on the front end?
Thank you in advance!
]]>Yes, that is right. My CPT is not showing the template I created after updating to 0.4.1
]]>Hi Josh,
Very nice and clever plugin. Been testing it and so far so good.
A question: how would I display tags and categories related to the CPT created with ACF?
Does the template accept a php function? Shortcode I know it renders. I’ve tested it. Should I created a php shortcode function do implement that on Caldera Metaplate?
Keep it up!
]]>I am trying to incorporate custom data, but even copying and pasting the exact examples i don’t get it right.
https://calderawp.com/doc/using-file-based-metaplates/
Go down to the section “Using Custom Data”
A nice option would also be to merge your custom data with the posts data
]]>First I wanna say that this is a great tool in addition to the ACF plugin which I used many times.
I tried Caldera Metaplate on the latest WP 4.2 RC4-32271 and there’s no visual response when I click the “Save Changes” button.
It would be great to get a feedback like “Changes saved” or a animated gif during the AJAX call that’s fade out after saving.
Thomas
]]>I have this now :
$room[‘photo’] is cfs(“custom field suite”) field
wp_get_attachment_image_src( $room[‘photo’], ‘full’ );
And in the custom field I have the image id.
How can I use my image id to display the image ?
]]>SOLUTION : {{ custom_field }} to have raw custom field
{{{ custom_field }}} to have renderer html of custom_f?eld
I think I see a way to have raw data from custom field, because I’ve some html in my custom field, and, when I use metaplate to add them, I see all my html ??
Have you some filter, like in twig : {{ some_field|raw }} ?
Thanks
]]>Hi Guys,
really enjoy that early version of your plugin as a replacement for PODS Frontier.
My problem is as follows:
Here’s the question: Whats the syntax to access taxonomies inside a template?
]]>