Re: Location based classifieds
Here's how I did this:
- Change the tags input field in post-form.php to be menu of locations, so a user chooses one location when listing the ad.
- Then create a page for each location. So maybe 50 pages, one for each US state.
- Each location page includes links to all the categories with a tag filter of the specific location.
A page for Florida would have a list of all the categories in this format:
- then in the header of my site I've included a box with links to all the different location pages
(a drawback is I don't see a simple way to have breadcrumbs from the cat/tag filter archive pages back to the specific location page)
So yes, this is doable and not too difficult, but CP doesn't have this feature right out of the box.
There are other ways of doing this too. Like using custom fields instead of tags. Or creating a separate location-based taxonomy.