13
votes
geolocation
I would like to see shortcode for Kadence that allows a block to be executed according to the location of the user. For example, this code would be executed if the user is accessing the page from Canada
[kadence if location_country=Canada]
# display this paragraph of text
[kadence if location]
Or, allow city/country to be used
[kadence if location_country=Spain and location_city=Madrid]
# display paragraph or show image for Spain
[kadence if location]


