• Resolved wagedu

    (@wagedu)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter wagedu

    (@wagedu)

    “The page I need help with” is not more valid. I had to go with another plugin :/
    But the question (and attached zip) still remain valid since I’d prefer to use your plugin.
    Thanks in advance ??

    Plugin Author Georgian Cocora

    (@raster02)

    Hello @wagedu,

    I tried this out, but the functions are working correctly. Can you show me how you configured the CFC ?

    Is the post id from your function calls correct ? Does that page have data in these fields ?

    Regards.

    Thread Starter wagedu

    (@wagedu)

    Hi, sorry I fixed it myself but… would you be so kind as to delete this topic? We’ve been (are) under Bruteforce Attack and I wouldn’t like to give any info away as to which plugins we’re using under which URLs.

    Thanks

    Plugin Author Georgian Cocora

    (@raster02)

    Hello @wagedu,

    I’m sorry but that is not possible. These are public forums moderated by the community, not by us.

    Hope everything goes well.

    Regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Can’t show repeater fields’ is closed to new replies.