Hi Please Help f
Image is not visible image on front end after update multiple image
but it is display on admin side
when click on update at admin then all image are visible at front end
update code:
update_post_meta($post_id,’gallery_imgadv’,$attachement_id);
Display code code:
<?php
$images = rwmb_meta( ‘gallery_imgadv’, ‘size=YOURSIZE’ );
if ( !empty( $images ) )
{
foreach ( $images as $image )
{
?>
<?php echo “
“;?> <?php
}
}
?>
-
This reply was modified 8 years, 2 months ago by technource.