Hello, I had a look at other topics with no results...
I made a simple template with artisteer and in the index.php there's no mention of php title..... so I looked at other php files where the indication could be and found this in post_title.php
<h2 class="art-postheader"><a href="<?php echo $post_link; ?>" rel="bookmark" title="<?php echo $post_link_title; ?>">
<?php echo $post_title; ?>
</a></h2>
<?php // the_title(); ?>
shall I comment the title out, as it was suggested to me? How can I do?
is it located somewhere else in the theme?
Thanks!!!