Title: custom shortcode (date added/modified)
Last modified: January 19, 2023

---

# custom shortcode (date added/modified)

 *  [czokalapik](https://wordpress.org/support/users/czokalapik/)
 * (@czokalapik)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-shortcode-date-added-modified/)
 * I need to add display of the date of publication of calendar entry, I tried using
   simple WP functions in theme, but that’s a date of the template for the entry,
   not the entry itself. Similar situation was with using custom shortcode in entry
   template.
 * Can I create custom templates that have calendar entry ID or is there a function
   of some kind where I can get current details entry ID to pass to get_the_date
   function?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * (@joedolson)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-shortcode-date-added-modified/#post-16391226)
 * Have to be honest, nobody has ever asked for that before; and it’s not currently
   part of the templated data. You could certainly create a custom piece of data,
   though.
 * You’d want to use the filter `[mc_filter_shortcodes](https://joedolson.github.io/my-calendar/mc_filter_shortcodes.html)`;
   the post ID is at `$e->event_post`, and you can request any necessary post data
   there.

Viewing 1 replies (of 1 total)

The topic ‘custom shortcode (date added/modified)’ is closed to new replies.

 * ![](https://ps.w.org/my-calendar/assets/icon-256x256.png?rev=1097576)
 * [My Calendar - Accessible Event Manager](https://wordpress.org/plugins/my-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/my-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-calendar/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Joe Dolson](https://wordpress.org/support/users/joedolson/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/custom-shortcode-date-added-modified/#post-16391226)
 * Status: not resolved