Skip to content

Instantly share code, notes, and snippets.

@GaryJones
Last active December 10, 2015 01:18
Show Gist options
  • Save GaryJones/4356920 to your computer and use it in GitHub Desktop.
Save GaryJones/4356920 to your computer and use it in GitHub Desktop.
WordPress: Add new featured image sizes.
<?php
// Add new featured image sizes
add_image_size( 'home-bottom', 150, 100, true );
add_image_size( 'home-top', 400, 200, true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment