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
- A developer set a ‘standard format’ for my blogposts on wordpress but i need to remove it, how?
- How to make post sticky in the admin page?
- How does the $post_type global variable work?
- get_template_part for custom post type content not working
- Generate Shortcodes by Taxonomy
- How to customize admin posts based on the user who is logged in
- Custom Post Type | Fatal Error on register_post_type()
- Loop on front-page.php
- Custom Taxonomy – Tags Metabox is showing instead of Categories
- Why my custom post posts aren’t showing (404 error / page not found)
- Custom Post Type, Saving Multiple Checkboxes
- How can I display custom post types under multiple views?
- Automaticly add slug to posts
- need advice on how to do a lists using custom post types – taxonomy vs postmeta
- Why is archive.php used for my page
- How to get all `supports` attributes by post type?
- How to create an advanced filter search?
- WP_Query is printing out only one post when posts_per_page is set to multiple
- How to add extra input fields to CPT’s comment form?
- Trying to edit the single page from a Custom Post