A child theme inherits post formats as defined by the parent theme.
When creating child themes, be aware that using
add_theme_support(‘post-formats’) will override the formats defined
by the parent theme, not add to it.
A child theme inherits post formats as defined by the parent theme.
When creating child themes, be aware that using
add_theme_support(‘post-formats’) will override the formats defined
by the parent theme, not add to it.