Typically I would go with Custom Post Type.
So if you create the custom post type moon you will have the create the single-moon.php file.
In there you would create the organization like you explained.
This separates you from the regular posts.
In fact, you would need to work on your moon CPT, and to add custom fields, to your custom post type. Either acf or cmb2 would work for you.
I dislike the idea of post-formats, here is how they look in 2017-teen
add_theme_support( 'post-formats', array(
'aside',
'image',
'video',
'quote',
'link',
'gallery',
'audio',
) );
because they are one day in and another day out. I think they are less popular than CPTs.
Related Posts:
- What does this PHP function code mean? [closed]
- Restrict custom post type to only site administrator role
- Change permalinks for posts but not for custom post types
- Linking Two Post Types
- How to force one column layout on custom post type edit page?
- modify all posts of a category to “no comments allowed”
- Why is the »_builtin« parameter not advised in »register_post_type()« for custom post types?
- Showing current taxonomy terms
- automatically create taxonomy with same name as post title
- Assigning a role to a specific custom post type (and ignoring other post types)
- Display posts in random post types
- Custom Post Type by user
- saving custom post type data to different table in wordpress
- Query post types with multiple keys
- [Plugin: Posts 2 Posts] Changing display order of connections
- same archive template for different custom post
- Multiple Content Block
- Get all posts WHERE custom_field is LIKE value
- Get the post children count of a post
- How to delete all posts from a custom post type?
- How do I create an archive page for standard posts?
- Check Title Unique Or Not and If not error message and dont save
- Remove parent from custom post type
- Remove All, Published and Trashed Post Views in Custom Post Type
- How to post twitter like updates on wordpress
- Show Two custom Post type and their posts on category page
- apply filters only to specific post listing without check the url parameters
- Custom post type and body_class: Remove “blog” class
- Deleting Custom Post type data using mySQL command
- Is there a way to have the view link on manage posts page to open in a new window or tab?
- Display only one post each WEEK
- Allow non-logged in users to see a future post after clicking on a list of future posts
- List custom taxonomy specific to one custom post type
- Meta query for custom post type ignored in main query
- JS innerhtml changing style when using AJAX
- Show titles, date of all posts on single category page
- How to change the post type a theme shows by default?
- Update postmeta Parent when post_status child change
- Allow users to create posts without logging in?
- How to produce a sub-page-system in WordPress
- How to sort posts in a custom post type by title in ascending order by default?
- Redirect to another page using contact form 7? [closed]
- WP_Query with custom post type ID
- Get_the_terms restrict output
- Custom post type menu
- Custom post type’s posts are not showing anywere but in xml sitemap
- YOAST SEO won’t work on custom post type archive [closed]
- Separate Content from gallery (custom post type)
- Custom Post type content within a slider
- WordPress Count posts within a custom post type
- Custom post type tags not showing in search
- How set template for “custom post type” individual post
- Why is my custom post content only viewable when signed into WordPress?
- How to display custom field in product description?
- Post template not applying on theme (potentially rendering as Page template)
- Adding specific custom fields (images) to post excerpt
- Limit posts per page depending on the size of a div?
- Delete Post by User
- Permanent Custom Post Type
- call a function when insert and update a custom post type
- Links Image in “Catalog” Page to Posts
- Problem to get the link of the default ‘post’ post type like the orther custom types
- One Post with different content, depending on a Page
- Custom Post Type
- erase post excerpt limitation [×]
- Display all post types together
- Displaying information from Custom Fields in template with Types?
- Turn post into simple slideshow
- Query multiple post of which one by taxonomy
- How to make a template for a specific post of a custom post type?
- How to delete unnecessary custom post types in the UI
- How to create a job post by email parsing? [closed]
- show posts under custom post type with same autj
- How to automate the creation of advanced layout article/post
- REQUIRED: The theme uses the register_post_type() function, which is plugin-territory
- display posts, pages and custom post types from another wordpress site
- is therer any wordpress function to retrieve a specific html element from post content
- How to develop Knowledge center in WordPress Website
- ACF – Tags not showing up in Custom Post Types
- Adding a new custom post type using the editor causes 502 bad gateway error
- how to check if custom post title exists or not?
- How can I have different content for different countries?
- Create a comments template for custom post types
- Batch Extract Date from post title and put into ACF custom field
- Display custom post type for specific user
- How does one go about converting custom post type to post format?
- How to display magic field’s custom write panel in wordpress theme?
- Admin slow on Postlist (over 30k Posts in Database)
- Post category behave like a Post in back office menu
- Save data is post using php front end
- Custom page with no headers, footers and its own CSS, Javascript
- How can i order my posts by post type?
- Values show up in custom home page but not in custom post pages
- 2 custom posts types, in their own columns, one pagination for both
- Having some trouble properly displaying Custom Post Types in templates
- Make title field multiline in the add new custom post page?
- Using predefined html in new posts
- show only one category posts in admin
- WordPress search results grouped by post type
- Post content in bootstrap modal