After installation, a write box with the with the correct default fields appears on the post edit screen.
However, after entering and saving data in those fields, this is all that is delivered in the published post:
'<dl class="cft cft0">
</dl>'
Has anyone else seen this? Any suggestions?
Interesting. I installed:
http://wordpress.org/extend/plugins/get-custom-field-values
I can view the custom fields generated with CFT. Just not with CFT.
Created new site and found the same issue. Perhaps a plugin conflict. In anycase, get-custom-field-values works until I can use [cft].
I have the same problem, nothing shows up when using the [cft]. What shortcode do you use with this plugin?
Also, can you make it so that you don't have to insert a shortcode to make the custom fields visible?
Ok thanks, so in other words there isn't a sollution to this problem?
There might be, but I haven't heard from the developer on this.
In order to output custom field values with [cft], you need to specify output = true in each field. If you use the [cft] shortcode format like [cft format=0], you do not need to set output = true. Just make the shortcode format in the setting of this plugin. Thanks.