Thineover
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: get_the_category display problemThanks, the problem is solved, it is a wpml plugin bug, the latest version they fixed this problem.
- This reply was modified 3 years, 12 months ago by Thineover.
Forum: Plugins
In reply to: [WP Better Permalinks] custom post type taxonomy category not workingI modified the custom structure of the “Permalink Settings” page to
https://domain.com/%postnamed%.htmlThe default post type is normal, but the custom post type (work) is always
https://domain.com/work/design/postname
No added.htmlI tried to install Simple Post Type Permalinks plugin and use it together is still
https://domain.com/work/design/postname is not https://domain.com/work/design/postname.htmlForum: Plugins
In reply to: [WP Better Permalinks] custom post type taxonomy category not workingI created a custom taxonomy (work_category) for custom post types (work),
Permalink Settings page I use Custom Structure https://domain.com/%post_id%.html
After using this plugin
https://domain.com/work/ working
https://domain.com/work/design working
https://domain.com/work/design/postname workingI want https://domain.com/work/design/postname to become https://domain.com/work/design/post_id.html or https://domain.com/work/design/postname.html
What should I do (My English is not very good, I hope you understand what I mean)
Thank you