Can’t show repeater fields
-
Hi, sorry because I’m pretty sure I’m making some silly mistake.
I created 2 Meta boxes in a page so I can call them remotely.
One “normal” the other “repeater”
I can call the “normal” one from anywhere without a problem. But I can’t for the life of me get the repeater to show.
I mean, I’m using the silliest code ever, even including each extra php opening and closing from you examples… no luck. It simply ain’t there in the source code. I’ve even tried changing the Meta box and field name a few times…
Any idea as to what I’m missing here?Just in case I took the liberty of uploading screenshots of both Meta boxes and the post itself, so you can see I haven’t changed a bit there (330Kb zip)
https://qrs.artequeacontece.com.br/wck-repeater.zip<?php echo '<div class="remote-wck">'; the_cfc_field('single_field', 'describe-test', 17861 ); foreach( get_cfc_meta( 'cc_fields' ) as $key => $value ){ ?> Description: <?php the_cfc_field( 'cc_fields','city', 17861, $key ); ?> <?php } echo '</div>'; ?>
The page I need help with: [log in to see the link]
- The topic ‘Can’t show repeater fields’ is closed to new replies.