Wordpress. How to add custom taxonomy to the nav menu page?

Hey guys

I have created a custom tax called portfolio-category, when I go to the menu page under the appearance tab I don’t find it on there so I can add it dynamically to the menu created. How can I add it to the menu page like how normal categories added.

Thanks in advance

You have to enable it under “Screen Options” tab in the top right corner when you’re on the menu builder page. And make sure and put that in your documentation. It will save you a lot of support questions.

:smiley: I was seeking support for it my self :D, thanks alot :slight_smile:

The archive gives me 404 when I change the permalink struct to a better looking one. Any ideas how to fix that?

The archive gives me 404 when I change the permalink struct to a better looking one. Any ideas how to fix that?

You need also to re-flush the taxs:

WP Admin > Permalinks > and click “save”.

The archive gives me 404 when I change the permalink struct to a better looking one. Any ideas how to fix that?

You need also to re-flush the taxs:

WP Admin > Permalinks > and click “save”.

Still not working, when I use the default struct it works fine but I choose, say that one /%year%/%monthnum%/%postname%/ It gives me 404

did you clear chache also?

are using chrome? it give me some problems with cache sometimes.

did you clear chache also?

are using chrome? it give me some problems with cache sometimes.

yup chrome, ill give it a try with FF

Did you set up a slug when you created both the taxonomy and the custom post type?
Did you flush the rewrite rules?

flush_rewrite_rules(); I use this after I create my custom post types.

It was browser issue it works fine in Firefox :slight_smile: Thanks everyone