Support » Plugin: OSM - OpenStreetMap » Top plugin for geo tagging articles in wordpress!

  • pixluser

    (@pixluser)


    The best plugin for maps!
    Simple to use and work well!
    Also works in oxygen builder too!
    Go on!

    If you need to add the article content and images with an geo tagged wordpress article, it’s also possible :

    change in file:
    osm.php
    line 491 : change to :
    $Marker_Content = ‘<div class=”map_popup_content”>’.get_the_post_thumbnail( $post->ID , “medium”).'<br>’.get_the_excerpt($post->ID).'</div>’;

    line 499 : change to :
    $MarkerArray[] = array(‘lat’=> $temp_lat,’lon’=>$temp_lon,’popup_height’=>’200’, ‘popup_width’=>’300’, ‘marker’=>$PostMarker, ‘text’=>$Marker_Txt.$Marker_Content, ‘Marker’=>$PostMarker);

    Done!

    Enjoy it!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Top plugin for geo tagging articles in wordpress!’ is closed to new replies.