• Hi

    I’ve just setup WordPress on my local WAMP server, and everything works great.
    I’d like my images (before the more tag) to link to the post they belong to.
    I’ve tried to hack the upload.js file but I’m so bad at javascript.
    Anyone can help me ?
    Thanks

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

    (@pyrrho)

    I want the exact same thing, but don’t know how to do this either.

    I want the images on my frontpage (= the images before the more-tag) to link to the full article. I can add the permalinks in the admin-form manually, of course, but there should be a way to automate this. Does anybody know?

    pyrrho

    (@pyrrho)

    Come on, there should be someone who knows how to do this. Many blogs have this.

    Is it possible to add
    <a href="<?php the_permalink() ?>"> ... </a>
    somewhere in the php-includes?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘image link to its post (more)’ is closed to new replies.