• I’m using the child theme. May I know how to remove date from byline from all my posts, using theme file editor?

    I would like to preserve the author’s name (as there are more than one authors). But, I would like to remove the word “on” that appears after the author’s name.

    Because if it is not removed, it would like that all the authors have on as part of their names/surnames.

    Thanks.

Viewing 1 replies (of 1 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi there,

    Thanks for using Mission News!

    Locate the ct_mission_news_post_byline() function in the functions.php file and copy it into your child theme’s functions.php file to overwrite it.

    To remove the date, add this to the beginning of the function:

    $date = 'no';

    That will keep the date from showing up in any of the bylines.

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove date from byline’ is closed to new replies.