woocommerce / projects

38 stars 24 forks source link

Add project categories to nav menu #57

Closed seb86 closed 10 years ago

seb86 commented 10 years ago

Can you enable the use of adding project categories in the nav menu please?

jameskoster commented 10 years ago

You already can, check your screen options to ensure project cats are visible on your menu management screen.

seb86 commented 10 years ago

I only see projects as a screen option. project cats does not show as an option to enable.

image

jameskoster commented 10 years ago

Running the latest version? Definitely working fine here.

@mattyza care to confirm you can see the project categories checkbox in the screen options on the menus screen?

mattyza commented 10 years ago

@jameskoster Would you believe, I don't see it? ;) http://cl.ly/image/233T1p2f022x

I have Canvas running as the active theme. While it has a portfolio feature, I don't believe these taxonomy names are the same.

Perhaps there's a "show_in_nav_menus" parameter which is missing when registering the taxonomy?

mattyza commented 10 years ago

@jameskoster What it could be, is that the name of the taxonomy is "Categories".

Changing this to "Project Categories" and keeping the menu_name parameter as just "Categories" would resolve this, I believe.

mattyza commented 10 years ago

@jameskoster Also, there's this. :) http://cl.ly/image/0Z0h0P2Q2615

jameskoster commented 10 years ago

Derp, I had another plugin registering a projects post type / categories taxonomy active :D

See the issue now and will patch.