GD Star Rathing problem – images from custom field.
-
How can i display image from custom field inside GD Star Rathing
I use a template for GD star Rathing:
<div class="box_actori_vot"> <div class="box_actori_img"><span class="nr_actor">%RANK_ID%</span> <img src="%IMAGE%"/></div> <div class="box_actori_title"><a href="%PERMALINK%">%TITLE%</a></div> <div class="box_actori_zodie"><b>Nota:</b>:%RATING% </div> <div class="box_actori_data"><b>Voturi</b>:%VOTES%</div> <div class="box_actori_votare">%STARS%</div> </div>
This code was generated trought builder in GD Star Rathing :
wp_gdsr_render_rating_results(array('template_id' => 48, 'rows' => 5, 'select' => 'persoane', 'hide_empty' => false, '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'));
The images from custom field don’t show up… anny solution for this.
Site: https://www.cinema.trancelevel.com – sidbar right 5 Actors
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘GD Star Rathing problem – images from custom field.’ is closed to new replies.