$out.='<div class=”loop-info-wrapper”>’;
$out.='<div class=”loop-info”>’;
if(!it_get_setting(‘loop_authorship_disable’)) $out .= it_get_authorship(‘date’, false, false);
$out .= $title;
if(!it_get_setting(‘loop_excerpt_disable’)) $out .= ‘<div class=”excerpt”>’ . it_excerpt($len_excerpt) . ‘</div>’;
$out.='</div>’;
is this what i need to Change?