Changeset 1002600
- Timestamp:
- 10/06/2014 02:52:56 PM (11 years ago)
- File:
-
- 1 edited
-
ttt-crop/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ttt-crop/trunk/readme.txt
r1002595 r1002600 46 46 == Hacks == 47 47 48 Just copy&paste this code into your functions.php 49 48 50 **Remove sizes from the editor** 49 50 You can remove some sizes from the TTT Crop thumbnail editor with this code in your functions.php.51 52 Example code:53 51 54 52 `add_filter( 'tttcrop_image_sizes', 'custom_tttcrop_image_sizes'); … … 59 57 } 60 58 ?>` 59 60 This hack remove the thumbnail from TTT-Crop Editor tool. 61 62 61 63 62 64 **Remove thumbnails sizes from the editor for an specific post type** … … 73 75 return $new; 74 76 }` 77 78 Because we use only two or three thumbnails in a Custom Post Type. 79 80 75 81 76 82 **Change the name of the image to human names** … … 92 98 93 99 100 101 94 102 == Installation == 95 103
Note: See TracChangeset
for help on using the changeset viewer.