ericdf94
Forum Replies Created
-
It’s working, thanks for the help!
–
- This reply was modified 8 months, 3 weeks ago by ericdf94.
I plan to use the Cubic one but the issue exists on all of them.
Forum: Plugins
In reply to: [Custom Post Type UI] How do I get it to show my custom category and tags?I have figured a few things out. First uncategorized was indeed leftover from the original post type. I fixed that by allowing Websites to access Categories (WP Core) and then I could uncheck it. That then leaves the category blank like new posts. If I add a category or tag via the WP Core taxonomies rather than my custom ones they will show up as I want. So I guess what I would want to do is know how to make my custom taxonomies mimic the default ones so I can use them instead? Or maybe I need to change where my post type is looking to my new ones rather than the default ones?
Forum: Plugins
In reply to: [Custom Post Type UI] How do I get it to show my custom category and tags?Ok so I have 4 taxonomies. I have one called “Skins” which has 4 items created in it called “Buy/Sell Skins” “Esports Betting” “Skin Gambling” and “Skin Trading” this is the one I want to show as the category. I will post some screenshots since I suck at explaining.
https://puu.sh/BEMtf/6cb488746a.png
https://puu.sh/BEMzQ/b7bdd6de8e.pngThe other three are called “Supported Skins” Game Modes” and “Other Features” and those are the ones I want to show up at the bottom as tags(I contacted my theme’s support to get some more info on what needs to be done for that).
Also I noticed that after I added the code earlier the uncategorized posts(The ones I transfered from normal posts to my new post type) now show up in the uncategorized archive but new posts with my post type still show no category.
Do I need to move the items from “Skins” to the normal category area and then enable Categories (WP Core) for my post type or can I use my custom taxonomy as the category?
My website is https://digixid.com/
Forum: Plugins
In reply to: [Custom Post Type UI] How do I get it to show my custom category and tags?I’ll look into the second issue at a later time but for the first issue I copied the Adding all CPTUI post types to the archives.
to my child themes functions.php and it didn’t seem to fix it. I’m not sure if I was supposed to edit a part of it?For a bit more info, newly created posts in the “Websites” post type don’t have a category at all where as old post that were converted into “Websites” say they are uncategorized even though they don’t show up in the uncategorized archive. I have a hierarchical taxonomy linked to my post type that I want to show up as the category.