giorgioblason
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Registration Forms] ResponsiveThank you, already resolved, deleted the fixed width of my div container 😉
Forum: Plugins
In reply to: [Custom Post Type UI] CPT UI and custompost/taxonomy/ slugThank you!
Forum: Plugins
In reply to: [Custom Post Type UI] CPT UI and custompost/taxonomy/ slugYes, so, this is my structure now (I’m Italian, previous I wrote terms in English)
Post type: “Prodotti” (products)
Taxonomy: “categoriaprodotti” (products category) and some term like “Libri” or “Informatica” (for books and IT products)Into taxonomy UI I just insert “prodotti”, so link like:
/prodotti/taxonomy_term/ (like /prodotti/libri)
/prodotti/libri/post-name/ work correctlybut I try to do slug rewrite in custom post type “prodotti”, like “prodotti/%categoriaprodotti%/” but doesn’t work and I get “Bad request”
I try to do with “Custom post type permalinks” plugin and work nicely, but I will do with CPT UI or some function, better avoid to add more plugin
I understand your thought, I used to think I can do all of this whit CPT UI
Thank you!
- This reply was modified 6 years ago by giorgioblason.
Forum: Plugins
In reply to: [Custom Post Type UI] CPT UI and custompost/taxonomy/ slugNow I try with “product_category” instead of “category” (maybe can be reserved by WordPress), but doesn’t change anything…