Skip to content

Instantly share code, notes, and snippets.

@henshaw
Created January 3, 2024 00:02
Show Gist options
  • Save henshaw/f2b5f4d9f6f6bc5455f2f4950a2e834f to your computer and use it in GitHub Desktop.
Save henshaw/f2b5f4d9f6f6bc5455f2f4950a2e834f to your computer and use it in GitHub Desktop.
Open Graph Thumbnail Images for WordPress
if ( function_exists( 'add_theme_support' ) ) {
add_theme_support( 'post-thumbnails' );
set_post_thumbnail_size( 150, 79, true );
add_image_size( 'single-post-thumbnail', 1200, 630 );
}
@henshaw
Copy link
Author

henshaw commented Jan 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment