; ?>/images/line.gif)
post_type) $postType = 'text'; if('video' == $post->post_type) $postType = 'video'; if('quote' == $post->post_type) $postType = 'quote'; if('photo' == $post->post_type) $postType = 'photo'; if('customlink' == $post->post_type) $postType = 'link'; if('audio' == $post->post_type) $postType = 'audio'; $custom = get_post_custom($post->ID); $link = ''; if ($postType == 'link') $link = isset($custom["customlink"][0]) ? $custom["customlink"][0] : ''; if ($link == '') $link = get_permalink(); ?>