Viewing 3 replies - 1 through 3 (of 3 total)
  • I don’t know what did you do to display images. This’s my code to show iamges:

    <?php $randomthumb=get_post_meta($post->ID,'thumbnail', true);?>
    <img src="<?php bloginfo('stylesheet_directory');?>/timthumb.php?src=<?php echo $randomthumb;?>&h=70&w=70&zc=1" alt="thumbnail"/>

    Thread Starter arunabha_cse

    (@arunabha_cse)

    Thanks lamnghiem43 !

    But can you tell me where to paste this code ?

    I guess i need to make some changes in timthumb.php….

    So some one please tell how to edit timthumb.php to get the things fixed.

    Thanks in advance!!

    ‘thumbnail’ parameter in get_post_meta() is the name of custom field option on Dashbroad in wp-admin page, in above my way you must create custom field including custom field name and the path of images, after that you paste this code to everywhere you want in your files.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘timthumb Path Problem…Please Help !!’ is closed to new replies.