[wp-hackers] Custom Post Types Clean-Up

Marko Heijnen mailing at markoheijnen.nl
Mon May 20 21:13:14 UTC 2013


Hey Dobri,

You still need to refresh the rewrite rules on plugin activation/deactivation: http://codex.wordpress.org/Function_Reference/flush_rewrite_rules

Marko


Op 20 mei 2013, om 22:55 heeft Dobri <dyordan1 at ramapo.edu> het volgende geschreven:

> Hey,
> 
> I might be missing something but I've been doing a lot of custom post_types recently and clean up seems to be a huge pain. Here's the deal:
> 
> I have a plugin that uses register_post_type in an init hook to do the initial setup of a post type (call it "custom").
> Let's say for argument's sake I wanna focus on a page - http://mysite.com/custom/potato/.
> I type that in before ever enabling the plugin and it's a 404.
> I enable the plugin, play around with it, create a potato page.
> Now http://mysite.com/custom/potato/ links to that page and all is good.
> Now I disable the plugin.
> I try http://mysite.com/custom/potato and now instead of a 404, I get the home page displayed while the url stays the same.
> In fact, http://mysite.com/custom/[anything]/ will also result in the homepage being displayed without modifying the url.
> 
> Question: Is it just my setup and I should start disabling stuff or is that normal behavior? If it is, shouldn't we do something about it?
> 
> Thanks!
> ~Dobri
> 
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers



More information about the wp-hackers mailing list