Created
April 21, 2017 06:59
-
-
Save danielstrelec/311fa9567783ed85d2bee736436241f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // definice velikostí obrázků | |
| add_action( 'after_setup_theme', 'wpdocs_theme_setup' ); | |
| function wpdocs_theme_setup() { | |
| add_image_size('picture_name', 100, 100, true); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment