Flush your rewrite rules on plugin/theme activation
I’ve actually been asked this a few times, and have seen others do it a few different ways. Anyway, here is my method: /* Flush rewrite rules for custom post types. */ add_action( ‘load-themes.php’, ‘frosty_flush_rewrite_rules’ ); /* Flush your rewriteβ¦