Reply To: Portfolio to External Link

#1031
livemesh
Keymaster

Try this in thumbnail-functions.php line number 107 onwards. It works fine.

            if (mo_show_image_info($context) || $show_image_info) {
                $image_info = '';
                $image_info .= '
'; if ($context == 'portfolio') { $project_url = get_post_meta($post_id, '_portfolio_link_field', true); $image_info .= '

' . $post_title . '

'; } else { $image_info .= '

' . $post_title . '

'; } ......