Thumnails linked to post
-
Hi Sudar!
Was tryin’ to find a place where i could see your plugin in action. The thing is that i can’t seem to get the thumbnails link to the posts. I checked the php code in charge for that and it looks just fine. Using the latest version of the plugin.
if ($thumbnail) { if (has_post_thumbnail($tag_post->ID)) { $output .= get_the_post_thumbnail($tag_post->ID, 'thumbnail'); } else { if (get_post_meta($tag_post->ID, 'post_thumbnail', true) != '') { $output .= '<a class="thumb" href="' . get_permalink($tag_post) . '" title="' . get_the_title($tag_post->ID) . '"><img src="'. esc_url(get_post_meta($tag_post->ID, 'post_thumbnail', true)) . '" alt="' . get_the_title($tag_post->ID) . '" ></a>'; } } }
Check the 2 boxes bellow the slider here. Thanks in advance!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Thumnails linked to post’ is closed to new replies.