• Resolved pac10dave

    (@pac10dave)


    Hi everyone, sorry I’m so oblivious with all this stuff!

    Here is my website: http://www.allpac10.com

    As it is laid out, it encourages you to click on either the title or the “continue reading”, since the articles are long we make use of the “more” tag.

    So I want the link to stay on the main page and categories and tags, but when you actually click on the title or “continue reading” and get to the article itself (Example: http://www.allpac10.com/pac-10-position-breakdown-wide-receiver-arizona-state/), here I DON’T want this to be a hyperlink to the article you are already on, and instead just be plain text.

    Hope this makes sense. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try editing single.php and change:

    <a href="<?php the_permalink() ?>" rel="bookmark" title="Post <?php the_ID(); ?> - permanent link"><?php the_title(); ?></a>

    to

    <?php the_title(); ?>

    Thread Starter pac10dave

    (@pac10dave)

    Worked perfectly, thanks for the quick response esmi

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

The topic ‘Removing hyperlink from title in single posts only?’ is closed to new replies.