admin管理员组文章数量:1134053
Working with thousands of Categories in WordPress; parent categories, child categories, grand child categories. It is cumbersome trying to scroll through to select the desired category. It is either confusing or at times time consuming. I have been looking at the code. Is it possible to create a hierarchical where the child category is shown based on the previous selected parent child and the grandchild category is shown based on the previously selected child category: like a multi-step dropdown
<select>
<option>Parent Category <option>
</select>
- Based on the selected parent category, the child categories are then displayed
<select>
<option>Child Category <option>
</select>
- And Based on the selected child category, the grandchild categories are then displayed
<select>
<option>Child Category <option>
</select>
.... And so on....
本文标签: custom post typesMultiple level category dropdown from the WordPress dashboard
版权声明:本文标题:custom post types - Multiple level category drop-down from the WordPress dashboard 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736797983a1953362.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论