Problem with add_image_size ???
-
Hello,
I add this code to my functions.php
add_theme_support('post-thumbnails'); add_image_size('img68', 68, 68, true);
I using below code to display the image:
<?php the_post_thumbnail('img68'); ?>
I paste the code, but I cant see anything. The images never appear.
Note:
– When I try open the image manually, and i can see the image: https://www.domain.com/wp-upload/images/name-68×68.jpg– This above code work well in wordpress 3.4.x
Please help me.
Thank You
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Problem with add_image_size ???’ is closed to new replies.