Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #213533

    Hello, how do I remove the post date in Enfold?

    Please advice.

    Cheers.

    #213598

    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

    #216698

    Hey Yigit, many thanks!
    That worked perfectly.

    Cheers,
    David

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hello, how do I remove the post date in Enfold?’ is closed to new replies.