[Plugin: Simply Exclude] Get the image plugin not working with Simply Exclue
-
Hi. I’m using Get the image plugin to display attached images as post thumbnails in my theme and when I activate the plugin (I have used it in another site and haven’t this problem) the image stop displaying.
This is my Get the image code:
<?php if ( function_exists( 'get_the_image' ) ) { get_the_image( array( 'default_size' => 'thumbnail', 'attachment' => true, 'link_to_post' => false, 'image_scan' => false, 'width' => '169' )); } ?>
Is something causing a conflict maybe?
Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘[Plugin: Simply Exclude] Get the image plugin not working with Simply Exclue’ is closed to new replies.