Pods for Restaurant Review & Directory Website
-
I’ve got three queries, all related to a single website which involves the potential use of Pods.
Query#1:
I’ve a restaurant review website which I want to upgrade in two ways. Right now I’m writing reviews for just a single city. I want to expand that to multiple cities and multiple countries. That’s one upgradation.
Secondly, I want to expand the site to act as a restaurant listing directory in addition to restaurant reviews. Now there will be a lot of common denominators and categories.
A restaurant which is listed in the directory may have a review as well or it may not. In any case, both the review and the listing would be under a common city and country. Even the type of cuisine offered by the restaurant will be common to both the reviews and the listing.
In short, country, city and cuisine will be shared between the two sections of the website.
Now the challenge is whether to define country as a taxonomy or a custom post type. There are opposing schools of thought where some experts recommend using country as a taxonomy with cities being the fields under it. Then there are others who recommend creating country as a custom post type because a custom post type can have a dedicated page in wordpress whereas a taxonomy cannot.
Kindly suggest the most efficient way to organize the schema. I don’t want to scale up the website using Pods in a way that it creates more clutter and overlaps then without it.
Query#2:
Is it better from a permalink perspective to create a custom post type for reviews or use the core wordpress post type?
Query#3:
Is there a theme in the wordpress theme repository that already incorporates Pods and displays them on the front-end?Would appreciate any guidance I can get on these queries.
The page I need help with: [log in to see the link]
- The topic ‘Pods for Restaurant Review & Directory Website’ is closed to new replies.