TimThumb Points to Invalid Image?!?
-
So when viewing the HTML, the SRC is along the lines
https://www.festivalconference.com/wp-content/themes/yamidoo_pro/scripts/timthumb.php?src=https://www.festivalconference.com/wp-content/uploads/2013/07/branding_eventbrite_1-e1374092849587.jpg&w=520&h=280&zc=1
The code from the editor is
<img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo $img ?>&w=60&h=50&zc=1" alt="<?php the_title(); ?>" />
Any ideas why it’s not working? I’m guessing TimThumb is taking everything after jpg as part of the filename?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘TimThumb Points to Invalid Image?!?’ is closed to new replies.