• Looking for a way to have an image link to read more. Adding the <!–more–> tag after the image works, but often times the user want to have the person click the banner to read more. It would be nice to have the option in the ATTACHMENT DISPLAY SETTINGS and choose from the LINK TO menu “read more”.

    At first thought this is simple enough, but after some digging realized it effects how posts are displayed as the content() splits the post on that tag. So having something like that in the link for the image could be problematic. So I’m not sure how to tackle it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can do that, but not in your post content box. You’re probably going to have to dig in the code somewhat.

    One way to do it, would be to add a banner as a Featured Image (optional). Then in the code that shows the post preview, you check if a post has a featured image and if it does, make it link to the full post.

    Not newbie stuff but with some digging I’m sure it’s not too difficult.

    Thread Starter Mark Thomes

    (@markthomes)

    I think I can make that work. Thanks for the tip to get me moving in the good direction.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘More Tag’ is closed to new replies.