• Resolved kmessinger

    (@kmessinger)


    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • asechrest

    (@asechrest)

    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?

    Thread Starter kmessinger

    (@kmessinger)

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the link from a post title’ is closed to new replies.