Plugin Directory

Changeset 1002600


Ignore:
Timestamp:
10/06/2014 02:52:56 PM (11 years ago)
Author:
lonchbox
Message:

better description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ttt-crop/trunk/readme.txt

    r1002595 r1002600  
    4646== Hacks ==
    4747
     48Just copy&paste this code into your functions.php
     49
    4850**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:
    5351
    5452`add_filter( 'tttcrop_image_sizes', 'custom_tttcrop_image_sizes');
     
    5957}
    6058?>`
     59
     60This hack remove the thumbnail from TTT-Crop Editor tool.
     61
     62
    6163
    6264**Remove thumbnails sizes from the editor for an specific post type**
     
    7375    return $new;
    7476}`
     77
     78Because we use only two or three thumbnails in a Custom Post Type.
     79
     80
    7581
    7682**Change the name of the image to human names**
     
    9298
    9399
     100
     101
    94102== Installation ==
    95103
Note: See TracChangeset for help on using the changeset viewer.