0

I using custom post type In the admin interface that displays the number of posts of custom post type by custom taxonomy on but when access (view), the custom taxonomy returns 404. Custom post type oto custom taxonomy oto-models when I view the oto-404 models.

Engineer
  • 1,436
  • 3
  • 18
  • 33
Nhà Quê
  • 3
  • 4

1 Answers1

0

did you flushed the rewrite rules? otherwise the new taxonomys won't work.

just add flush_rewrite_rules(); and remove it after one request.

http://codex.wordpress.org/Function_Reference/flush_rewrite_rules

hochitom
  • 362
  • 1
  • 3
  • 10