Home › WordPress Company › Media › M30 Media Classification › M33 Media Post Type
M33 Media Post Type
Page no: M33
Media Post Type in CoreWP
Where does this come from?
- It is just a different post format, but again single, normal post. It is from a long time
- They are called post formats of the normal posts. They are part from the CoreWP now, yes. We can use them, but they are treated as normal WP posts, with the same URL as the URL of the post
|
Format for Posts in CoreWP - Click to enlarge |
Core WP Uses Post_Mime_Type
WP Core uses normal post type & different post_format for video & audio. And this is not something different than a normal post with different content. |
Core WP Uses Post_Mime_Type. |
Our Media Post Type Fields
We use the field post_type, so we are completely flexible. We can change
- the URL,
- the breadcrumb,
- the design,
- archive pages
- and everything.
Notice We both use the same tables and rows but with different logic of programming. There is no any difference in the DB structure. |
. |
See more for M3x Media Classification