Forums

[resolved] Post/Page Title Links (3 posts)

  1. columbo
    Member
    Posted 1 year ago #

    Hi,

    Can anyone tell me how to have post and page titles link to the individual post/page?

    For example, if i have a page titled 'page 1', how do i have the title be a link when i am on that page?

    A wordpress theme, Precious by Kristin K. Wangen, has this feature and i'd like mine to be like it.

    I don't have a site to show but if someone could help with the info i've provided i'd be grateful.

    Thanks

  2. stvwlf
    Member
    Posted 1 year ago #

    Code from the TwentyTen theme:

    <h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>

  3. columbo
    Member
    Posted 1 year ago #

    ah, didn't realize TwentyTen was like that as well.
    Many thanks

Topic Closed

This topic has been closed to new replies.

About this Topic