I’m looking for something like this. I can’t find any ‘easy’ ways to do it. There seem to be no plugins that are specifically designed to create a business directory.
I’m just going to go with hardcoding a link like <a href="http://domain.com/members/?s=General">General</a> which will return the results. Not ideal but it will have to do me for now I’m thinking.
That works to display the Category field beneath each members profile on the members page, but what I am wanting to do is to set up a separate page that just contains links to the categories. And once these categories are clicked, then the user is taken to the page that will display all of the members in the chosen category.
I’m just thinking that the categories that I set will be stored in a database so to display these categories I will have to reference the database or something?