Rewrite Wordpress Custom Post Type URL

泄露秘密 提交于 2019-12-13 05:29:24

问题


I’m creating a hotel booking site plugin in WordPress. I use custom post types for the hotels and rooms. Since most hotels have similar room names, I would like to rewrite the URL for the rooms so the hotel name is also included. For example:

http://abookingsite.com/hotels/hilton-hotel/standard-room

hilton-hotel is the title of the hotels post type and standard-room is the rooms post type.

Any ideas if this can be done?

Thanks

来源:https://stackoverflow.com/questions/21374715/rewrite-wordpress-custom-post-type-url

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!