brucepearson
Forum Replies Created
-
You should use ‘terms’ instead of ‘term’ in the tax_query. You’re missing the ‘s’.
Yes, we would be interested in that. Can you send the code to me at [email protected]
The date is stored as a unix timestamp. You can use the date function to display it how you want.
`<?php
$dob = get_post_meta($parent_post,’wpcf-dob’, true);
echo date(“F j, Y”, $dob);
?>This is now fixed in the 1.1.3.4 release.
Hi Adam,
We are just working on this. We hope to have a version before the end of the month that will allow you to control the order of repeater fields.
Best regards,
BruceWe’ve just uploaded a fix for this.
I suspect your theme is adding featured image support for it’s own custom post types.
something like:
add_theme_support( 'post-thumbnails', array('post', 'XXXX', 'YYY') );
Changing it to the following might fix it:
add_theme_support( 'post-thumbnails');
We’ve fixed this now. The built in WordPress “Categories” and “Post tags” now work on custom post types.
We’ll have a new release shortly.We’ve fixed this now and it will be in the next release.
We’re found the problem and it will be fixed for the next release.