Hi, I wanted to add text below portfolio pictures and found a post to tell me how to do it. I replaced this:
?>
</div><!--end box_small-->
with:
<?php
echo '';
the_content('',FALSE,'');
?>
</div><!--end box_small-->
However, when I did that the portfolio posts I had made doubled. One is a light box image and the other opens larger in the same window and the thumbnail appears distorted. I just want the light box post and cannot figure out what happened. Please help. Thanks!














