Yes, it registers in the admin — I can create new posts, and they even show up when I don’t create a new post template for them — the default works fine.
And yes, x_get_view is from the theme.
Is there something I can do to cycle the post type registration?
This line in content-country.php shows “country” as black (not recognized) in my editor:
<?php x_get_view( ‘ethos’, ‘_content’, ‘country’, ‘post-header’ ); ?>
It seems like the post type is not registering fully.