Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Last active December 19, 2015 09:09
Show Gist options
  • Save wpspeak/5931468 to your computer and use it in GitHub Desktop.
Save wpspeak/5931468 to your computer and use it in GitHub Desktop.
Customizing WordPress Post Format
// Classes For Post Formats
.format-aside
.format-audio
.format-chat
.format-gallery
.format-image
.format-link
.format-quote
.format-status
.format-video
// Example: Hide Post Title from Status Post Format
.format-status .post-title {
display:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment