Archive for Archive for Archive for Archive for Search Results Author Archive Blog Archives

ID, "_preview_small", true); $preview_medium = get_post_meta($post->ID, "_preview_medium", true); $preview_big = get_post_meta($post->ID, "_preview_big", true); //defaults: $preview = $preview_medium; $link_url = $preview_big; $lightbox = 'singlepost'; $link = true; //change if necessary: // resizing? => take next sized picture if ($k_option['general']['tim'] == "1" && $preview_medium == "") { $preview = $preview_big; } // no bigpicture? => no lightbox if ($preview_big == "") { $lightbox = ''; $link = true; $link_url = get_permalink(); } // the kriesi_build_image function used here checks if the image should be resized. // the function is located in framework/helper_functions $preview = kriesi_build_image(array('url'=>$preview, 'height'=> '273', 'width'=> '610', 'lightbox'=>$lightbox, 'link'=>$link, 'link_url'=>$link_url )); ?>

Read more

Nothing Found

Sorry, no posts matched your criteria.