Should I use PAGE or POST?
-
I am running an e-commerce site. How should I distinguish between posts and fixed pages?
I’ve often seen it explained that the company profile, privacy policy, etc. are fixed pages. Should I use PAGE for non-fluid main product pages, product usage pages, etc.? I think PAGE should be used for main content that is not looped, but rather placed in the global menu or sub-menus, where it does not matter when it was written.
However, considering the possibility of hierarchy (Product A/How to use/Pinpoint usage), I am wondering if it would be better to use a post page.
– /products/houtouse/pinpoint-usage-a
– /products/houtouse/pinpoint-usage-b
– /products/houtouse/pinpoint-usage-c
– /design/photoshop/aaa
– /design/photoshop/bbb
– /design/photoshop/cccIn case you are wondering, we are now configuring it directly in the template file as category-xxx.php (I regret this choice as it was a mistake). Also, the permalink is “/post_id/” so that no hierarchy is attached when a category is set for a post.
I would appreciate any advice you can give me.
Best regards.
- The topic ‘Should I use PAGE or POST?’ is closed to new replies.