Skip to content

Instantly share code, notes, and snippets.

@gydoar
Created July 26, 2017 23:39
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 gydoar/9f7e19eb89e92fd943a0311ac15ac782 to your computer and use it in GitHub Desktop.
Save gydoar/9f7e19eb89e92fd943a0311ac15ac782 to your computer and use it in GitHub Desktop.
Thumbnails
<?php
add_image_size('thum-flx', 600, 280, true); // declaramos el nombre del thumbnail 'thum-flx' y su tamaño
add_theme_support( 'post-thumbnails' ); // agregamos soporte para que pueda funcionar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment