Remove posting date from blog

  • Unknown's avatar

    How do I remove the posting date from my blog…I like to write several days worth of blogs at once but they show up with the same posting date…

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hello @provencewithouizee,

    One solution might be to schedule your posts out so they stagger. This would allow you to complete several posts at one time, but have one appear now, one tomorrow, one three days from now, and so on.

    If you definitely want them all to publish right away, but just want to hide the date, you can place custom code in your CSS to do this. However, you do need to subscribe to WordPress.com Premium or Business in order to use custom CSS code.

    This code should accomplish what you want:
    .posted-on { display: none; }

    More information on using CSS here.

  • The topic ‘Remove posting date from blog’ is closed to new replies.