我想说我想在wordpress上创建一些产品页面。
例如:
example.com/product1 example.com/product2 example.com/product3
现在我如何向所有页面添加精确的子页面?
例如:
example.com/product1/intro example.com/product2/intro
example.com/product1/docs example.com/product2/docs
这与roots.io对其页面的确如此(例如:https://roots.io/bedrock/intro/; https://roots.io/sage/intro/)
问题是我没有找到任何这种方法的解决方案(对多个父页面使用相同的子页面slugs)。
他们是如何做到的?