The World’s Most Advanced And Scalable WordPress Directory Plugin
Today, GeoDirectory is the only WordPress directory plugin on the market that can scale to millions of listings and withstand the battering of traffic that comes along with that.
Get GeoDirectoryWhat can i do with GeoDirectory?

We are delighted to announce support for Snazzy Maps in our Custom Google Maps addon (1.0.5).
What is Snazzy Maps?
Snazzy Maps is an online resource that enables users to customize the colors, saturation, and other styling options of their Google Maps.
The customization options are provided in the form of different map styles designed by various authors across the web.
In addition to editing maps with Snazzy Maps, users can create their Snazzy Map styles for use within their websites or apps.
All customized maps also offer high-resolution satellite imagery and vector support for both web and mobile devices.
With these features, businesses and developers alike can create visually appealing maps for their projects without relying on coding skills.
Why did we add support for Snazzy Maps on GeoDirectory?
Just over a week ago, one of our Members `Pieter Ravelli` brought the website to our attention, and it struck a chord with the team here, so it was pushed to the top of our development tasks.
This defines our ethos here at GeoDirectory. If a member can suggest something that will benefit all members, we will happily add it.
Importing Snazzy Maps Styles into GeoDirectory
Adding snazzy maps to the Geodirectory Custom Maps add-on is relatively simple.
- First, go to snazzymaps.com and find or create a style you like.
- Once you are on the page you like, you will see a copy button. Click that.
- Next, go to your GeoDirectory settings and go to GD>Custom Google Maps>Manage Styles and click to edit the map you want to change.
- On the edit map styles screen, click the “import styles” button, paste your styles code from Snazzy Maps, and click the “Import & Save Styles” button.
- Now your new map styles will be used on your site.
Are you using Snazzy Maps with GeoDirectory? If yes, which style are you using? Let us know in the comments down below.
Even if we don’t have Breadcrumbs on this website, we consider them very important, that’s why GeoDirectory has breadcrumbs on all its pages.
They allow your visitors to always know where they are at, while navigating your website. We would never suggest to hide them, but several of our users asked how they could remove them because they were not looking perfectly with their theme layout, so we created an hook that will allow you to do so, with just 2 lines of code.
add_filter('geodir_breadcrumb','geodir_breadcrumb_remove',10,2);<br />
function geodir_breadcrumb_remove($breadcrumb, $separator){<br />
return ";<br />
}
Adding the above code in your active theme’s functions.php file, will remove the breadcrumb from all GeoDirectory pages and you wont have to worry about them again. This code snippet is update safe like all other that we publish here.
Developers, find more info about this filters here: geodir_breadcrumb | geodir_breadcrumb_separator.
The original function can be found here: function geodir_breadcrumb
If you have any question about this, please leave a comment and we will try to reply as soon as possible!
If your question is support related, please submit it in our forums.