Home › Forums › MapPress Support › How to specify excerpt for marker_body? › Reply To: How to specify excerpt for marker_body?
February 26, 2013 at 10:19 am
#11795
Hi Brad,
The parameter names have changed, I think the correct ones are here:
http://mappresspro.com/mappress-documentation
Instead of this:
“marker_body” => “excerpt”…
You need to use:
“mashupBody” => “post”
There’s also a filter “mappress_poi_body” you can use to control the body (the WP excerpt function is very slow).