Pods() in Inner Loop Fails
-
In the inner loop this code works to return information (but due to a bug I need to get the pod:
$CustomFields = get_post_custom('', get_the_ID() );
I have tried the following pod calls and they all return NULL:
$Plant = pods('plant', get_the_ID();
$Plant = pods('plant', $args);
$Plant = pods();Am I doing something wrong or is this a PODS bug?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Pods() in Inner Loop Fails’ is closed to new replies.