Skip to content

Instantly share code, notes, and snippets.

@wpspeak
Last active December 19, 2015 07:59
Show Gist options
  • Save wpspeak/5922099 to your computer and use it in GitHub Desktop.
Save wpspeak/5922099 to your computer and use it in GitHub Desktop.
Add support for post format images
<?php
// Add support for post format images (for Genesis Framework only)
add_theme_support( 'genesis-post-format-images' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment