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
- How do I add a custom button to my “edit” list? ( edit.php?post_type= ) beside “Add New”
- IF statement in a do_shortcode
- Make `previous_post_link()` Function Show The Post After Next i.e. Jump A Post
- How to Get Current Custom Post Type Selected Taxonomy Term (Not All Terms)
- How to Upload CSV Data into Custom Post Type Data with Metabox programmatically
- Ordering Submenu Pages in WP 3.1
- How to customize work area / admin area in a custom post type without plugins?
- Display Only Certain Category In a Custom Page Template
- Api rest_route 404 while building filter for custom posts (filtered by multiple meta keys / custom fields)
- how to get this tax_query working?
- If Post type use sidebar (‘tree’)
- How should I structure complex content hierarchies?
- Problems making shortcode with custom post types and taxonomy
- Create a custom post type based on ‘Post’
- How to set post date in post_type so that it’s same as latest post in category
- How to add custom supports for custom post types?
- How to display all custom fields associated with a post type – IN THE ADMIN AREA?
- How to keep a CPT stick to specific position?
- Change position of Post Formats box?
- Bulk update custom post types
- Front end post or photo or both
- Two pagination in one page without AJAX