ACF Image field

kizzab77
5 Posts
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 &lt;?php $image $size ; (thumbnail, medium, large, full or custom size) if( $image ) { $image $size ; (thumbnail, medium, large, full or custom size) if( $image ) {?&gt; echo wp_get_attachment_image( $image, $size ); } ?>
Vote to pay developers attention to this features or issue.
1 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 01 September 2018

Hello,
I apologize for the delay in reply.

Since it is 3rd party plugin, most likely it won't work until the template is published live and plugin successfully activated.

Also, please, see if the code would work with standard template is activated.

Sincerely,
Gina
Themler Support

Hello, I apologize for the delay in reply. Since it is 3rd party plugin, most likely it won't work until the template is published live and plugin successfully activated. Also, please, see if the code would work with standard template is activated. Sincerely, Gina Themler Support
You must log in or register to leave comments