Skip to content

Instantly share code, notes, and snippets.

@bfintal
Created September 30, 2019 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bfintal/57b5f1d0743785e22423a27b5a6e2702 to your computer and use it in GitHub Desktop.
Save bfintal/57b5f1d0743785e22423a27b5a6e2702 to your computer and use it in GitHub Desktop.
Add this in your theme's functions.php to disable blog post image size generation in Stackable
<?php
// Disable blog post image size generation in Stackable.
remove_action( 'after_setup_theme', 'stackable_blog_posts_image_sizes' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment