0

我怎样才能从自定义字段中获取图像.. 以显示到 GD Star Rathing。

链接:http ://www.cinema.trancelevel.com - 来自 Actor 右侧的图像不显示 -1,2,3

例如:在侧边栏中我有这个代码,这个代码是通过 GD 明星 rathing Builder 构建的,以显示 3 个投票最多的帖子(演员)。

<?php wp_gdsr_render_rating_results(array(
'template_id' => 48, 
'rows' => 3, 
'select' => 'persoane', 
'hide_empty' => true, 
'min_votes' => 0, 
'min_count' => 5, 
'image_from' => 'custom', 
'image_custom' => 'img_actor', 
'image_resize_x' => 55, 
'image_resize_y' => 70, 
'rating_size' => '16', 
'rating_thumb_size' => '16'
));?>

我怎样才能检索图片,我只检索图像 ID...我想要图片的附件链接...

4

0 回答 0