Hello, how do I remove the post date in Enfold?
Please advice.
Cheers.
Hey David!
Please go to wp-content\themes\enfold\includes folder and open loop-index.php file and find
$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>";
and comment it out using // as following
//$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>";
Cheers!
Yigit
Hey Yigit, many thanks!
That worked perfectly.
Cheers,
David