• Irene

    (@arlinaite)


    Hi,

    I used WP Last Modified Info plugin for changeing the publish date to the update date, but doesnt work for the front page or categories loop.

    How can I hide the published date?

    Do you have a code snippet for this?

    Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @arlinaite,

    Thank you for writing in,

    Such a data modification plugin may not work for all themes. If you want to hide the date on your post, please go to your Dashboard >> Appearance >> Customize >> Additional CSS and add the following CSS code.

    .entry-meta-bar .date {
    display: none;
    }

    Regards!

    Thread Starter Irene

    (@arlinaite)

    thanks! Maybe you could be so kind to give me the code to add so I can disable published date and enable update date in same place, and then I can disable the plugin. It shows the update date in a weird way.

    Hi @arlinaite,

    Please try the following CSS code to hide the modified date on your single posts.

    p.post-modified-info {
    display: none;
    }


    Regards!

    Thread Starter Irene

    (@arlinaite)

    sorry maybe didn’t express clearly.

    i want to show the update date instead of the published date.

    if there is a code that I can add I will be greatfull

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.