Some help with PODS design please
-
I am relatively new to WordPress but have now just realised that the fact that categories only apply to posts (and not pages) is a bit of a shortcoming for my website. I discovered Pods today and it could be my saviour! – but I need some help please.
Please bear with me on the scenario…
I have products, lets call them P1, P2, etc. Each needs a page to describe it. There are currently 4 products.
I also have locations, lets call them L1, L2, L3 etc. There are about 60 of these.
There is a many:many relationship between products and locations – the same product could be offered in many locations and the same location could offer many products.
Originally (and not really knowing any better if I’m honest) I set each location as a category and each product as a post. I then used standard WordPress functionality to display all the products in a category. This seemed OK, but as I didn’t really appreciate the limitations as I now see that each product displays in Google listings with a date against it (as it’s a post).
So what I want to do is have similar category-style functionality but have the product as a page not a post (as the content is static).
I’ve read many threads about wordpress not supporting categories (and tags) for pages so maybe pods is the answer?
Before I start off in the wrong direction, I’d like to know if Pods is the answer and if so, how it could be set up in the simplest form to achieve what I want.
I know that somehow I need to end up with the equivalent of a database table with the keys of product# and location# – but I’m unsure as to whether the approach is to:
a) somehow extend a page to support existing categories (can this be done)
b) set up some sort of different taxonomy
c) set up locations as a post (page) type, products as a post (page) type and location-product as a post (page) type.
d) something elseI’m using the wordpress 2010 theme, however at this stage I’m focusing on building a mobile friendly website using WpTouch Pro first (and then seeing what I need to do to make 2010 look OK).
That’s just for info, once I have a direction on Pods then I’m sure all will become clear.
The current site is https://m.xmarksthespot.co.uk
Some initial guidance/experience would really be appreciated. Thank you.
- The topic ‘Some help with PODS design please’ is closed to new replies.