Viewing 1 replies (of 1 total)
  • You can make the inside of a post linked to a particular URL, however, when this is a blog post, I don’t think this is possible. The very wordpress structure makes that the title of a blog post is the link to the blog post.

    Typically, the call to the title of a blog post is like this :
    <h2>” rel=”bookmark” title=”<?php the_title(); ?>”><?php the_title(); ?></h2>

    See ? the_permalink : otherwise, there’s not even calling the post from the database.

    Well, if I’m wrong and there’s a way, that’ll be good to know, though.

Viewing 1 replies (of 1 total)
  • The topic ‘Linking a post to a page’ is closed to new replies.