Viewing 4 replies - 16 through 19 (of 19 total)
  • Inside your Post.php is this section for the title:

    ` <div class=”post-title”>
    08. <h1><a href=”<?php the_permalink(); ?>” rel=”bookmark” title=”<?php _e(‘Permanent Link to’, ‘cp’); ?> <?php the_title_attribute(); ?>”><?php the_title(); ?></a></h1>
    09. </div>`

    Been a while so not sure what you wanted but that is the code for the Post title link

    ok. so if I want the post title to point at my home page, what should I change?

    And thanks so much for all your help. I really appreciate it.

    SOmething like:

    <div class="post-title">
    08. <h1><a href="https://YOURDOMAIN.COM" rel="bookmark" title="HOME"><?php the_title(); ?></a></h1>
    09. </div>

    Ah! Webjunk! You’re a genius! I never would have figured that out from the ‘help’ pages that some of the members point us to.

    Thanks so much!

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘change link in a post title’ is closed to new replies.