Before you ask please READ THIS

Remove "Posted On" & Clock icon

Hi,

I just wish to know how to remove the Posted On & Clock icon that position in the POST.
Please advice. Thanks.
post on.jpg
1366 x 624 - 372K

Comments

  • AirAir
    Posts: 10,970
    Hello:-)

    Best way to do it will be like this:
    Go to file blame\advance\utilities\post__work__gallery__blog.php line ~231, and change this
    sprintf(  __( 'Posted on <i class="fa fa-clock-o"></i> <time class="entry-date" datetime="%1$s">%2$s</time> ', 'blame' ), get_the_date( 'c' ), get_the_date())
    to
    sprintf(  __( '<time class="entry-date" datetime="%1$s">%2$s</time> ', 'blame' ), get_the_date( 'c' ), get_the_date())
    With kind regards.
  • Air, thanks for your helps.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!