Will man im Enfold-Theme die Überschrift: Datum und Kommentare nicht anzeigen, kann man folgdenerweise vorgehen:
- Öffne includes/loop-index.php und lösche folgenden Code
echo „<span class=’post-meta-infos‘>“;
$markup = avia_markup_helper(array(‚context‘ => ‚entry_time‘,’echo’=>false));
echo „<time class=’date-container minor-meta updated‘ $markup>“.get_the_time(get_option(‚date_format‘)).“</time>“;
echo „<span class=’text-sep text-sep-date‘>/</span>“;
if ( get_comments_number() != „0“ || comments_open() ){
echo „<span class=’comment-container minor-meta‘>“;
comments_popup_link( „0 „.__(‚Comments‘,’avia_framework‘),
„1 „.__(‚Comment‘ ,’avia_framework‘),
„% „.__(‚Comments‘,’avia_framework‘),’comments-link‘,
„“.__(‚Comments Disabled‘,’avia_framework‘));
echo „</span>“;
echo „<span class=’text-sep text-sep-comment‘>/</span>“;
}