Title: Remove Post&#8217;s Date Link
Last modified: March 5, 2021

---

# Remove Post’s Date Link

 *  Resolved [karakar](https://wordpress.org/support/users/karakar/)
 * (@karakar)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-posts-date-link/)
 * Hello,
 * I’d like to keep the date of publishing but remove the link attached to it. This
   goes for both the link that appears on a post’s preview and the post page itself.
   Is there any way to remove these links?
 * Thanks.

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-posts-date-link/#post-14171317)
 * Hi [@karakar](https://wordpress.org/support/users/karakar/),
 * A relatively simple (but also pretty ugly) workaround would be to set those elements
   to `pointer-events: none;` in CSS, which will disable the link in most browsers.
 * Go to Appearance → Customize → Additional CSS (the menu labels might be different
   in your language) and add the code below:
 * `.post-date a { pointer-events: none; }`
 * Let me know if that does it.
 * — Anders
 *  Thread Starter [karakar](https://wordpress.org/support/users/karakar/)
 * (@karakar)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/remove-posts-date-link/#post-14192878)
 * Hi Anders,
 * Yes, that did the trick. Thank you so much for your help!

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

The topic ‘Remove Post’s Date Link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/chaplin/2.6.8/screenshot.png)
 * Chaplin
 * [Support Threads](https://wordpress.org/support/theme/chaplin/)
 * [Active Topics](https://wordpress.org/support/theme/chaplin/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/chaplin/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/chaplin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [karakar](https://wordpress.org/support/users/karakar/)
 * Last activity: [5 years, 2 months ago](https://wordpress.org/support/topic/remove-posts-date-link/#post-14192878)
 * Status: resolved