Forums

making the post title not links? (7 posts)

  1. northeastsurfing
    Member
    Posted 3 years ago #

    How can I make the post title only not a link?

  2. Len
    Member
    Posted 3 years ago #

    Remove the anchor tag. For example ...

    <a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title() ?></a>

    Change to ...

    <?php the_title() ?>

  3. redesford
    Member
    Posted 3 years ago #

    Would this work for a page link also?

    For Example, I have a parent page with several 'child' pages underneath. I do not want the parent page to have a link.

  4. northeastsurfing
    Member
    Posted 3 years ago #

    Thanks worked nice.

  5. northeastsurfing
    Member
    Posted 3 years ago #

    show me what you mean, link.

  6. redesford
    Member
    Posted 3 years ago #

    http://www.redesford.com

    On the left sidebar - I do not want "12-inch Dobsonian" to be linkable, only its child pages.

  7. abovocipher
    Member
    Posted 2 years ago #

    hey redesford,

    i found this code that works pretty well to unlink parent pages:
    http://bavotasan.com/tutorials/how-to-remove-the-links-to-parent-pages-in-the-wordpress-page-list/

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.