Title: Remove Time from permalink text
Last modified: February 9, 2024

---

# Remove Time from permalink text

 *  Resolved [eoinkennedy](https://wordpress.org/support/users/eoinkennedy/)
 * (@eoinkennedy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-time-from-permalink-text/)
 * Hi,
 * Is it possible to remove the timestamp shown in the permalink for a feed? I would
   like to have only the date shown.
 * Thanks for the great plugin.
 * Eoin

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

 *  Plugin Author [Wolfgang](https://wordpress.org/support/users/wolfgang101/)
 * (@wolfgang101)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-time-from-permalink-text/#post-17411785)
 * You can add custom date options which the JavaScript function toLocaleString^(
   1) uses to display the date.
 * Try this example:
 *     ```wp-block-code
       [include-mastodon-feed instance="SERVER-DOMAIN" account="YOUR-ID-HERE" date-locale="en-US" date-options="{year: 'numeric', month: 'short', day: 'numeric'}"]
       ```
   
 * 1. See [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleString)
   for more information
 *  Thread Starter [eoinkennedy](https://wordpress.org/support/users/eoinkennedy/)
 * (@eoinkennedy)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-time-from-permalink-text/#post-17411832)
 * Hi,
 * Perfect, I didn’t realize that not defining the time formatting would exclude
   it. It looks better now.
 * Thank you,
 * Eoin

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

The topic ‘Remove Time from permalink text’ is closed to new replies.

 * ![](https://ps.w.org/include-mastodon-feed/assets/icon.svg?rev=2828003)
 * [Include Mastodon Feed](https://wordpress.org/plugins/include-mastodon-feed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/include-mastodon-feed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/include-mastodon-feed/)
 * [Active Topics](https://wordpress.org/support/plugin/include-mastodon-feed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/include-mastodon-feed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/include-mastodon-feed/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [eoinkennedy](https://wordpress.org/support/users/eoinkennedy/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/remove-time-from-permalink-text/#post-17411832)
 * Status: resolved