• I have a feature demand for placemarks list group by categories now. What I want to show by the shortcode of [bgmp-list] is that:

    Placemark Category #1:
    Placemark #2, Placemark #3
    Placemark Category #2:
    Placemark #1, Placemark #4, Placemark #8
    Placemark Category #3:
    Placemark #5, Placemark #6, Placemark #7, Placemark #9

    I also need the list can be shown through WordPress theme.
    How could I get such function? Please let me know. Thanks.

    http://ww.wp.xz.cn/extend/plugins/basic-google-maps-placemarks/

Viewing 1 replies (of 1 total)
  • Plugin Author Ian Dunn

    (@iandunn)

    You can call the shortcode in a template file by using the do_shortcode() function.

    I don’t think there’s a lot of users who would want that kind of output, but I’ll consider adding it to the TODO list if enough people ask.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Basic Google Maps Placemarks] Placemarks list group by categories’ is closed to new replies.