دوستان مشکل با استفاده از کد زیر حل شد:
require_once('BFI_Thumb.php');function pthumb_custom_img( $thumb_size, $image_width, $image_height ) { global $post; $params = array( 'width' => $image_width, 'height' => $image_height ); $imgsrc = wp_get_attachment_image_src(...