Problem with thumbnail
-
Among the new positions ceased to records show thumbnails on the main page
A TimThumb error has occured
The following error(s) occured:Could not find the internal image you specified.
Query String : src=https://site.ru/wp-content/uploads/image.jpg&h=200&w=200&zc=0
TimThumb version : 2.8.13Code for output using this:
<div class="entry"> <div class="thumbnail-featured"><a href="<?php the_permalink() ?>"><img height="200" width="200" style="border: none;" alt="<?php the_title(); ?>" src="<?php bloginfo('stylesheet_directory'); ?>/timthumb.php?src=<?php echo catch_that_image() ?>&h=200&w=200&zc=0" /></a></div> <div id="featured-content"> <div class="postf"><?php the_content_limit(400, ""); ?></div> </div> </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Problem with thumbnail’ is closed to new replies.