Last active
December 19, 2015 09:09
-
-
Save wpspeak/5931468 to your computer and use it in GitHub Desktop.
Customizing WordPress Post Format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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