• Resolved rtutsky1

    (@rtutsky1)


    Hi,
    I am using the Pure and Simple theme. I am trying to remove the “on” in the post line “Published by”. I used the Edit CSS with the addition of:
    .entry-date {
    display: none;
    }

    Now the line reads Published by on (my name). I would like to remove the “on” and just have it read,
    Published by (my name).

    My site is at: https://www.benchtopwoodworkingtools.com

    Any help would be greatly appreciated.

    TIA.

    Robert

Viewing 1 replies (of 1 total)
  • Theme Author Styled Themes

    (@gejay)

    Hi there,

    Find puresimple_posted_on() function in template-tags.php and copy puresimple_posted_on() function and paste it in to child theme functions.php file. Then find out the string you need to change in that function.

    Note: Using child theme prevent your changes to lost on theme update.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘How to remove "Published by on"’ is closed to new replies.