Adding Post Format Support #196
ashleyshaw
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current State
Post formats are currently disabled in LSX Design. WordPress now supports enabling post formats for block themes, offering flexibility in how different content types are styled.
Issues
Recommendations
audio
(podcasts),gallery
(portfolio),video
(youtube) andquote
(testimonial) to use for posting specifically formatted posts like testimonials. We would likely assign a default pattern or template to the post format.add_theme_support( 'post-formats', array( 'audio', 'gallery', 'quote', 'video') );
Beta Was this translation helpful? Give feedback.
All reactions