
a chciałbym aby wyglądał tak:

nie oczekuję tutaj żadnego gotowego rozwiązania w wręcz przeciwnie chciałbym to zrozumieć z góry dziękuje za jakąkolwiek pomoc. Pozdrawiam.
<div class="pl-col-md-8 pl-col-xs-12"> <div class="pl-detailcnt"> <div class="DATA">'; if (isset($this->pw_hide_date) && ($this->pw_hide_date=='off')){ $output .= '<span class="pl-date">'. get_the_date($this->pw_date_format).'</span></h4>'; $output .= get_post_meta(get_the_ID(), 'godzina', TRUE); $output .= get_post_meta(get_the_ID(), 'kategoria', TRUE); } $output .= '<h4 class="pl-title left-txt">'; $output .= '<a href="'. $post->link .'" target="'. $this->pw_link_target .'">'. get_the_title() .'</a></h4>'; $output .='<p class="pl-text left-txt">'. $VCExtendAddonClass_GRID->excerpt(get_the_excerpt(),$this->pw_excerpt_length).' </p> </div> </div> </div>';