• Hi,
    I want to remove the date, post creator name, etc information from my posts. How can I do it?
    Earlier I used to edit the single.php file , but for last few months, the code in that has been changed and I no longer understand which part I have to remove.

    My website is funfactsabout.net

    Thank you in advance.

Viewing 1 replies (of 1 total)
  • Hi,

    Please use the following codes in your child theme style.css

    .post-byline {
        display: none !important;
    }

    Clear your cache content after you had applied the above mentioned codes.
    This code is to hide your post byline, which is the author name and dates..etc

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Delete Date from Post’ is closed to new replies.