ntulip
Member
Posted 7 months ago #
I want to implement a business directory in WordPress and I am looking for feedback on the best approach:
- I have a categories and a businesses table
- Do I create a page for every business together with it's category relationship
- Do I create a page and assign it a template?
- What are the ups and downs which each approach?
Looking for some answers from people that might of already done this and can speak from experience
ntulip
Member
Posted 7 months ago #
I want to be able to drill down like:
Category
Sub Categories
Listings
Listing
The business category plug-in does paging but not drill down and i want to be able to browse as the example bellow without having to create nested pages:
/businesses/category/subcategory/business
ntulip
Member
Posted 7 months ago #
what i have today is a page that inherits from a template. Is there any way to canonicalize the path instead of /?a=1&b=2&c=3
That would help me resolve my issue and allow me to drill down as shown above:
/businesses/category/subcategory/business
Any help is appreciated.
ntulip
Member
Posted 7 months ago #
Apparently I need to build a plug-in and define actions inside which will allow me to do this?
Any comments?
coops71
Member
Posted 5 months ago #
Hi ntulip
I am looking to do a similar things - did you get anywhere with this?
Be interested to get your feedback - thanks!
Jason