INSERT_ADDRESS, INSERT_LOCATION, INSERT_COORDS not working in post
I tried using the INSERT_ADDRESS, INSERT_LOCATION tags in my posts and they didn't work. INSERT_MAP worked fine. Looks like a filter for the function was left out of Version: 2.4.3
Fix is to install the filter manually in geopress.php
Under line 1170:
add_filter('the_content', array('GeoPress', 'embed_map_inpost'));
Insert this:
add_filter('the_content', array('GeoPress', 'embed_data_inpost'));
This hooks up location, address and coords in posts like it says in the docs.
Enjoy
Burt
ourcommoninterest.org
P.S. This tech support forum thingie is really tacky and annoying. :D
Fix is to install the filter manually in geopress.php
Under line 1170:
add_filter('the_content', array('GeoPress', 'embed_map_inpost'));
Insert this:
add_filter('the_content', array('GeoPress', 'embed_data_inpost'));
This hooks up location, address and coords in posts like it says in the docs.
Enjoy
Burt
ourcommoninterest.org
P.S. This tech support forum thingie is really tacky and annoying. :D
1
person has this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Thanks!
It works in WordPress 2.7
However, one has to choose between minimap or location/address/coords in the blogposts by typing either "map" or "data" in line 1170.
The minimaps are informative but "insert_coords" seems to be necessary for the Location Microformat to work.
I really hope that development of this great plugin will continue.
Kristian
Loading Profile...


