technource
Forum Replies Created
-
Forum: Reviews
In reply to: [Meta Box] Image not update multiple imageThanx for providing awsome plugin
Forum: Plugins
In reply to: [Meta Box] Image Advanced Not Working after Update<?php
$images = rwmb_meta( ‘gallery_imgadv’, ‘size=YOURSIZE’ );
if ( !empty( $images ) )
{
foreach ( $images as $image )
{
?>
<?php echo ““;?>
}
}
?>Forum: Plugins
In reply to: [Meta Box] Image Advanced Not Working after UpdateHi 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 9 years, 6 months ago by technource.