type == 'post'){ $icon = 'icon-doc-text'; $format = 'standard'; }
if($post->type == 'image'){ $icon = 'icon-camera'; $format = 'gallery'; }
if($post->type == 'video'){ $icon = 'icon-videocam'; $format = 'video'; }
if($post->type == 'audio'){ $icon = 'icon-music'; $format = 'audio';}
if($post->type == 'quote'){ $icon = 'icon-chat-empty'; $format = 'quote'; }
if($post->type == 'link'){ $icon = 'icon-link'; $format = 'link';}
?>
type == "post"): ?>
type == "image"): ?>
type == "video"): ?>
body; ?>
type == "audio"): ?>
body; ?>
type == "quote"): ?>
type == "link"): ?>