Hi team Kriesi,
I have searched the forum a lot but could not find the right answer.
I want the the featured image NOT to be displayed in the single portfolio page.
So I found this in loop-portfolio-single.php:
<div class="twelve units alpha min_height_1">
<?php if($slider->slidecount) echo $slider->display(); ?>
</div>
I removed the part:
<?php if($slider->slidecount) echo $slider->display(); ?>
It seems to work, but I need to be shure, if this was the correct way.
Thanks for the reply.














