Image Code not working
-
Hi.
I’m using the latest version of the WordPress. The plugin works great and I love it. But one function doesn’t work: displaying images:
<?php if($atts['image_id']): ?> <img src="<?php wp_get_attachment_image_src($atts['image_id'], 'full') ?>" alt="" /> <?php endif; ?>..doesnt give me an image.
<?php echo $atts['image_id'] ?>however does give me the id of the image.
I’m using the original code, provided in the example.php
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Image Code not working’ is closed to new replies.