Title: Maps shortcode usage
Last modified: December 18, 2018

---

# Maps shortcode usage

 *  Resolved [deekey](https://wordpress.org/support/users/deekey/)
 * (@deekey)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/maps-shortcode-usage/)
 * Hi, thank you for such a good job. Nice plugin!
 * I want to use it on the history website with interactive maps in every year. 
   I use mapplic plugin for this purpose. Maps are displayed through the shortcode
   which I insert to the timeline content, but it doesn’t recognize it. Is shows
   shortcode text. Could you please help me with that?
 * Thank you in advance.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmaps-shortcode-usage%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [ktbrothers](https://wordpress.org/support/users/ktbrothers/)
 * (@ktbrothers)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/maps-shortcode-usage/#post-11005936)
 * Hi [@deekey](https://wordpress.org/support/users/deekey/),
 * Thanks to provide the new bag in the plugin. We will update this for public use
   in the next version, but you should cheers with below option:
 * Replace the line under path _plugins\timeline-history\include\content.php_ :-
   `
   $content .='<li data-date="'.esc_attr($history_date_value).'"><h2>'.esc_attr(
   get_the_title()).'</h2>'.get_the_content().'</li>';`
 * With :-
 *     ```
       $my_content = apply_filters('the_content',get_the_content());
       					$content .='<li data-date="'.esc_attr($history_date_value).'"><h2>'.esc_attr(get_the_title()).'</h2>'.$my_content.'</li>';
       ```
   
 *  Thread Starter [deekey](https://wordpress.org/support/users/deekey/)
 * (@deekey)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/maps-shortcode-usage/#post-11007092)
 * Thank you [@ktbrothers](https://wordpress.org/support/users/ktbrothers/) for 
   such a fast reply and awesome support. Your code line works for me.
 *  Thread Starter [deekey](https://wordpress.org/support/users/deekey/)
 * (@deekey)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/maps-shortcode-usage/#post-11007869)
 * I have one more question actually not about support, but customization related.
 * How can I increase the space between timelines on the scale? I have a year title
   label like 1, 100, 200 etc. And when I add the era letters (ex. CE, BC, AD) after
   year – it overlays the next label but not fitting the content. Is there a way
   to add text to numeric title label?
 * Thank you.
 *  Plugin Author [sehgal.sunny](https://wordpress.org/support/users/sehgalsunny/)
 * (@sehgalsunny)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/maps-shortcode-usage/#post-11015092)
 * Hi Deekey,
 * Please follow our previews support thread:
 * [https://wordpress.org/support/topic/date-spacing-and-text-colour/](https://wordpress.org/support/topic/date-spacing-and-text-colour/)

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

The topic ‘Maps shortcode usage’ is closed to new replies.

 * ![](https://ps.w.org/timeline-history/assets/icon-256x256.png?rev=1683403)
 * [Timeline History](https://wordpress.org/plugins/timeline-history/)
 * [Support Threads](https://wordpress.org/support/plugin/timeline-history/)
 * [Active Topics](https://wordpress.org/support/plugin/timeline-history/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/timeline-history/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/timeline-history/reviews/)

## Tags

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

 * 4 replies
 * 3 participants
 * Last reply from: [sehgal.sunny](https://wordpress.org/support/users/sehgalsunny/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/maps-shortcode-usage/#post-11015092)
 * Status: resolved