Hi !
I have a big issue here... I use
$terms = get_the_terms($post->ID, "Types");
to get the category of one of my post. When cache is disabled, $terms returns an array with all the related terms.
If I activate W3 Total Cache, $terms simply returns nothing... Could you help me ?
Thanks !