Don′t work on Iris Theme (fabthemes.com)
-
Hi everybody,
First of all, thank you very much for your plugin and your job.
I tried to use it with theme IRIS () but It doen′t work. This theme requires featured images in all entries but I would like to use your plugin to link extenal photo.
I′ve used your suggest about CSS but it doesn′t work either.
The code in functions.php to get is
/* FEATURED THUMBNAILS */ if ( function_exists( 'add_theme_support' ) ) { // Added in 2.9 add_theme_support( 'post-thumbnails' ); } /* GET THUMBNAIL URL */ function get_image_url(){ $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src($image_id,'full'); $image_url = $image_url[0]; echo $image_url; }
Any suggestion?
Being all for now, I await a reply, Thanks
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Don′t work on Iris Theme (fabthemes.com)’ is closed to new replies.