image advanced
-
I know this is a totally beginner question, but I can’t figure out how to get the ‘image_advanced’ to display on my front end. I have it set up as an extra image upload in the WooCommerce ‘product’ post type. that I am trying to call into a slider on the home page
here is the code I am using in my template to call the image:
<?php rwmb_meta( 'mysite_imgadv', $args = array( 'type' => 'image_advanced', ) ); ?> <a href="<?php the_permalink(); ?>" rel="bookmark"> <?php echo rwmb_meta( 'caliblume_image', $args ); ?> </a>
Right now it just displays the word ‘Array’ on the front end. I’m using version 4.5.3 of the Meta Box plugin.
Any help is much appreciated.
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘image advanced’ is closed to new replies.