Hi i want to include 2 different custom post types in my functions files:
include("portfolio/portfolio-post-type.php");
include("gallery/gallery-post-type.php");
But they seem to break WordPress, it only works if I include only one at a time, do I need to wrap this within a function?
