Simone
Forum Replies Created
-
AuthorPosts
-
Yes, you can output a widget with the following code:
<?php the_widget( 'geodir_advance_search_widget' ); ?>
You can delete the image going to /wp-content/uploads/2014/10/ and removing the file Koala.jpg
Hello Kenny, to enable the search by distance, go to your custom field settings (e.g. Place Settings) and then click the Advanced Search tab. Then you can drag the “Search by distance” field and it will appear in the search (see attach.).
Hello, you can manage (delete edit, etc) the rating images from the Geodirectory/MultiRatings/Rating Styles settings (see attach)
Hello, I’ve made a test on my website setting as Default city “United Kingdom” in Geodirectory/Multicity, then if I search for Hotel portland I can see the test listing. (previously i was able to do that by searching for “hotel” in “portland, uk”. You can test it out here
Hello Kenny,
open the functions.php file in your child theme folder, and add thisadd_action( 'geodir_after_listing_post_title', 'country_listing', 45 ); function country_listing() { global $post; global $wp_query; $postid = $wp_query->post->ID; $postcity= geodir_get_post_meta($postid,'post_city',true); $postregion= geodir_get_post_meta($postid,'post_region',true); $postcountry= geodir_get_post_meta($postid,'post_country',true); echo $postcountry." - ".$postregion." - ".$postcity; }
October 6, 2014 at 7:53 pm in reply to: Is there any way to manually place the location switcher menu item? #17640We are here to help, anytime 🙂
October 6, 2014 at 7:40 pm in reply to: Is there any way to manually place the location switcher menu item? #17634-Did you create a menu in Appearance/menu?
-Did you associate the menu in GD (in geodirectory/design/navigation – Show geodirectory navigation in selected menu locations) ?October 6, 2014 at 7:30 pm in reply to: Is there any way to manually place the location switcher menu item? #17631I tried and it works with
<?php echo do_shortcode( '[geodir_location_tab_switcher]' ); ?>
October 6, 2014 at 7:05 pm in reply to: Is there any way to manually place the location switcher menu item? #17628Sorry i was confused, that was the one, Im going to try it and let you know (as soon as i will be in front of my computer)
October 6, 2014 at 6:55 pm in reply to: Is there any way to manually place the location switcher menu item? #17626Hello Peter, try this one .
To add a widget in a template file, use
<?php the_widget( 'geodir_location_tab_switcher' ); ?>
October 6, 2014 at 12:31 pm in reply to: Not able to change homepage title, description and keywords #17603Hello, could you please give us your login details?
for the featured widget, use the Popular Post View widget, and check the “Show only featured listings” option
Hello,
this is not doable, i think it’s only doable with custom code, e.g. adding links to the countries/areas like http://yourdomain/places/london/ etc..You’re very welcome 🙂
Great 🙂
-
AuthorPosts