• Resolved Oaz

    (@oaz)


    Hello

    I am displaying a map, and underneath it I want to display lists by types (that works ok), and by regions, and this does not work.

    One of my region is Paris, so I wrote :
    [open-user-map-list region=”paris”]

    I tried also
    [open-user-map-list regions=”Paris”]

    but whatever I try, the full list shows
    What should I write ?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @oaz,

    The list shortcode does not have a regions attribute. It is just a simple list without region filtering options.

    I guess the only option to solve this is to use the ids attribute to exactly define the Locations you want to show. The “ids” are the WordPress Post IDs of the locations.

    [open-user-map-list ids="1|2|3"]

    Best regards,
    Daniel

    it was be nice to have the region attribute to work with the recently added types in the list.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.