Hi All! This forum is so helpful. I was able to integrate a custom field into my post and use it to launch a URL in a new window (for the post title and "read more" links... However, I'm not too sure how I can do that for the Preview Picture. Below is what I added to the "big picture" section... since there's no "big picture".. I want the portfolio post smallpicture to link to an outside URL website (non picture). This code works! But I'd like to open it into a new window instead of the parent.
// no bigpicture? => no lightbox
if ($preview_big == "" || $k_option['portfolio']['portfolio_click'] == 2) { $lightbox = ''; $link = true; $link_url = get_post_meta($post->ID, 'url', true); }
// the kriesi_build_image function used here checks if the image should be resized.
// the function is located in framework/helper_functions
Any suggestions? Thanks for your help in advance!














