• gstar

    (@gstar)


    How can I hide the date and No Comments on posts?

    February 20, 2017 No Comments

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @gstar,

    To delete the date and No comments on Posts, please go to your Admin Dashboard > Appearance > Customize > Additional CSS.

    In the Additional CSS , please copy and paste this CSS.

    .entry-meta.entry-meta-bottom {
    	     display: none;
    }

    Hope this helps,

    If you have any problem while achieving this result, please let us know.

    Best Regards !!

    Thread Starter gstar

    (@gstar)

    Amazing, thanks!

    How can I replace that with the post tags?

    Nik

    (@nvourva)

    Hello @gstar.

    To do that you will need to create a child theme and copy over the single.php file.

    Then you will need to edit the file and replace lines 23-27 with lines 43-45. That will do the trick.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide Date’ is closed to new replies.