Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    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

    (@petluck)

    Perfect! Thank you, again!

    best!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bubble content – date’ is closed to new replies.