kizzab77
posted this
02 August 2018

HI
I am using the Advanced custom field plugin and i am trying to insert an image into my page template via CMS Code. The code I am using is below but it is not showing the image
<?php $image $size ; (thumbnail, medium, large, full or custom size) if( $image ) { $image $size ; (thumbnail, medium, large, full or custom size) if( $image ) {?> echo wp_get_attachment_image( $image, $size );
}
?>
HI I am using the Advanced custom field plugin and i am trying to insert an image into my page template via CMS Code. The code I am using is below but it is not showing the image <?php $image $size ; (thumbnail, medium, large, full or custom size) if( $image ) { $image $size ; (thumbnail, medium, large, full or custom size) if( $image ) {?> echo wp_get_attachment_image( $image, $size ); } ?>
Vote to pay developers attention to this features or issue.