Can you help in portfolio I wish to remove comments "Closed" and the "Posted in:" on all the portfolio pages
see: http://www.psweb-test.com/?portfolio=absolute-moon-youtube I want to remove
"Posted in: Timber Fences-Jun 19, 2010" "Comments Off"
I have tried to amend the comments.php file with
<?php if( get_post_type() != 'portfolio' ) {?>
<!-- If comments are closed. -->
<span class="meta"><?php _e('Comments are closed.','avisio'); ?></span>
<?php } ?>
However this does not seem to work can you help me please?














