• Hello,

    Is there a way to remove the Updated date from the side bar on posts? I would still like to keep the Published date though.

    Thanks!

    Holly

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter HollyHolmes

    (@hollyholmes)

    Hi again,

    Any idea on how to make this change I mention above?

    Thank you,

    Holly

    Moderator Mel Choyce-Dwan

    (@melchoyce)

    Hi HollyHolmes,

    If you’re using either a child theme or a css editing plugin, you can add the following to your stylesheet:

    .meta-item:nth-of-type(2) {
        display: none;
    }

    That will hide the Updated date.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove updated from side column’ is closed to new replies.