I changed a custom post_type to a different name. Now when I view a single page with the post_type I receive a 404 page.
How do I debug? Is there a WP log I can view the functions call?
|
I changed a custom post_type to a different name. Now when I view a single page with the post_type I receive a 404 page. How do I debug? Is there a WP log I can view the functions call? |
|||
|
|
|
Just try tu update permalinks. |
|||
|
|
Hi @Christopher Altman: Long time, no talk! Hope you and the folks at Matter are doing well. When you say you changed the name of the post type, I assume you mean you did so within your theme's
Another situation is that you might be using the Redirection plugin? If so, try disabling it as it is known to cause these kind of problems. If neither of these if your situation, please give more specifics such as how you defined your custom post type (did you use a plugin) and what steps you took to change? Also show some of the URL paths that are failing. |
|||||
|