Title: Bubble content &#8211; date
Last modified: August 22, 2016

---

# Bubble content – date

 *  Resolved [petluck](https://wordpress.org/support/users/petluck/)
 * (@petluck)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/bubble-content-date/)
 * Hi,
 * I was wondering if it’s possible to automatically include the posting date on
   the Map points.
 * thanks!
 * [https://wordpress.org/plugins/codepeople-post-map/](https://wordpress.org/plugins/codepeople-post-map/)

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

 *  Plugin Author [codepeople](https://wordpress.org/support/users/codepeople/)
 * (@codepeople)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/bubble-content-date/#post-5399739)
 * Hi,
 * You can include the date manually in the point’s description, but if you want
   include it dynamically, follow the steps below:
 * 1. Open the functions.php file, located in “/wp-content/plugins/codepeople-post-
   map/include/functions.php”, with the text editor your choice.
 * 2. Go to the snippet of code:
 * $point_address = $point[‘address’];
 * and paste the following line of code just below it:
 * $point_address = get_the_time(‘l, F j, Y’, $point[‘post_id’]).’
   ‘.$point_address;
 * and that’s all.
    Best regards.
 *  Thread Starter [petluck](https://wordpress.org/support/users/petluck/)
 * (@petluck)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/bubble-content-date/#post-5399754)
 * Perfect! Thank you, again!
 * best!

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

The topic ‘Bubble content – date’ is closed to new replies.

 * ![](https://ps.w.org/codepeople-post-map/assets/icon-256x256.jpg?rev=980165)
 * [CodePeople Post Map for Google Maps](https://wordpress.org/plugins/codepeople-post-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/codepeople-post-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/codepeople-post-map/)
 * [Active Topics](https://wordpress.org/support/plugin/codepeople-post-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/codepeople-post-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/codepeople-post-map/reviews/)

## Tags

 * [marker](https://wordpress.org/support/topic-tag/marker/)
 * [post](https://wordpress.org/support/topic-tag/post/)

 * 2 replies
 * 2 participants
 * Last reply from: [petluck](https://wordpress.org/support/users/petluck/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/bubble-content-date/#post-5399754)
 * Status: resolved