WordPress 自定义帖子类型和永久链接重写

发布于 2024-11-08 00:11:30 字数 280 浏览 0 评论 0原文

我正在努力解决一个我无法解决的问题。 我在法典文档上花了很多时间,但没有任何运气。 我创建了一个名为“产品”的自定义帖子类型。产品将提供多种语言版本。产品永久链接类似于:mysite.com/products/product-name 我需要的是这样的:mysite.com/language/products/product-name。 创建永久链接需要什么?我需要用 WP_Rewrite 添加一些奇特的规则吗? 是否可以将自定义帖子类型作为子页面的? 我真的不需要自定义分类法,因此如果您知道更好的解决方案,请随意编写。 感谢您的任何建议。

I'm struggling with a problem I'm not able too solve.
I've spent a lot of hourse in codex documentation without any luck.
I've created a custom post type called "Products". Products will be available in many language. Products permalink is something like: mysite.com/products/product-name What I need instead is something like this: mysite.com/language/products/product-name.
What I need to create the permalink? Have I to add some fancy rule with WP_Rewrite?
Is it possibile to have custom post type as page child's?
I don't really need custom taxonomy so if you know a better solution fell free to write.
Thanks for any suggestion.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

分开我的手 2024-11-15 00:11:30

你需要一个 WordPress 插件来优雅地处理多种语言。

我建议您查看 wpml.org

有关 WordPress 多语言插件如何与自定义帖子类型配合使用的信息,请查看其信息丰富的 < href="http://wpml.org/2010/05/custom-types-in-wordpress-3-simplified-our-site/" rel="nofollow">博客文章。

You need a plugin for wordpress to gracefully handle multiple languages.

I suggest you check out wpml.org

For how the Wordpress Multilingual plugin works with custom posts types, check out their informative blog post.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文