$post){
$link=get_post_meta($post->ID, PEXETO_CUSTOM_PREFIX.'image_link', true);
$description=get_post_meta($post->ID, PEXETO_CUSTOM_PREFIX.'description', true);
$imgurl=get_post_meta($post->ID, PEXETO_CUSTOM_PREFIX.'image_url', true);
if($link){
echo('
');
}
echo('
');
if($link){
echo('');
}
}
?>