Since I am using the comment popup, I would like to remove the link from the post title. I don't want to do away with permalinks just that particular link.
Could someone please point me in the right direction?
Since I am using the comment popup, I would like to remove the link from the post title. I don't want to do away with permalinks just that particular link.
Could someone please point me in the right direction?
Maybe try using the_title()?
Or are you wanting to cherry-pick the posts within the loop that you choose not to have the title be a link?
No I want all titles of posts to be like Page titles - not linked.
Edit: I took this out of index.php <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"></a> and that seems to be fine.
Thanks!
You must log in to post.