<div id="fragment-'.($j+1).'" class="ui-tabs-panel" style="">
<img src="'.$niphell[meta_value].'" width="400" height="250" alt="" />
<div class="info" >
<h5><a href="'.get_permalink($niphell[post_id]).'" >'.$niphell[post_title].'</a></h5>
Bu bölümü aşağıdaki ile değiştirip deneyiniz.
<div id="fragment-'.($j+1).'" class="ui-tabs-panel" style="">
<a href="'.get_permalink($niphell[post_id]).'" ><img src="'.$niphell[meta_value].'" width="400" height="250" alt="" /></a>
<div class="info" >
<h5><a href="'.get_permalink($niphell[post_id]).'" >'.$niphell[post_title].'</a></h5>
Büyük ihtimalle çalışacaktır.