GeoDirectory SupportLocation switcher – GeoDirectory Support https://wpgeodirectory.com/support/topic/location-switcher-5/feed Sat, 15 Mar 2025 17:27:05 +0000 http://bbpress.org/?v=2.5.14-6684 en-US https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53637 <![CDATA[Location switcher]]> https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53637 Sat, 19 Sep 2015 09:25:47 +0000 vongro How can I add the location switcher in other section than main menu? Is there a function?

]]>
https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53653 <![CDATA[Reply To: Location switcher]]> https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53653 Sat, 19 Sep 2015 13:45:13 +0000 Guust You can use the shortcode [gd_location_tab_switcher]
https://wpgeodirectory.com/docs/location-manager-shortcodes/

]]>
https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53789 <![CDATA[Reply To: Location switcher]]> https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53789 Sun, 20 Sep 2015 16:43:43 +0000 vongro ok, but how I add the code in html? i want to add it in the header, not in the main menu.

]]>
https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53813 <![CDATA[Reply To: Location switcher]]> https://wpgeodirectory.com/support/topic/location-switcher-5/#post-53813 Sun, 20 Sep 2015 21:45:49 +0000 Guust This should work


<?php
echo do_shortcode('[gd_location_tab_switcher]');
?>

Let us know if that worked.

]]>