I got it figured out myself, thanks for the help -
a1strank on “How to remove permalinks on each post’s title”
Sorry I did not understand what I am suppose to do. I tried removing the whole
" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?>
but it doesn't work. I also removed
<?php the_title(); ?>
but it I still have permalinks to all my posts? Am I doing something wrong? Thanks for helping
this is what I have under my page.php
<img src="<?php bloginfo('template_url'); ?>/images/PostHeaderIcon.png" width="26" height="26" alt="PostHeaderIcon" />
<span class="PostHeader">" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<?php the_title(); ?>









