Can I solve the problem I’m having with custom fields in my WordPress theme?
My code <`li><img src="<?php echo get_post_meta($post->ID, '_for-gallery', true); ?> " alt=""></li>` The code should give this:- <img src="Array" alt="" draggable="false"> But the code is giving this:- <img src=" " alt="" draggable="false">