[Resolved] need featured image to link to blog post

Home Forums Support [Resolved] need featured image to link to blog post

Home Forums Support need featured image to link to blog post

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #325277
    Tomasz

    Hi there!

    How can I make the images clickable?

    http://www.fryszkiewicz.com/blog/

    The first thing my viewers do is click the image to view the post but only the titles link to the posts.
    Is it possible to set the images to link to full posts?

    Also I’m thinking of hiding the text excerpt beneath the image. Can I do that?

    Thanks
    Tom

    #325298
    Leo
    Staff
    Customer Support

    Hi there,

    If the images are added as Featured images then they should be linked to the post: https://docs.generatepress.com/article/adding-featured-images/

    To hide excerpt, this should help: https://docs.generatepress.com/article/blog-overview/#blog-content

    #325397
    Tomasz

    Hi Leo, thanks for the reply!

    Okay, so I have to manually type in the link each time I create a post. I thought there would be some general setting ๐Ÿ˜‰

    I’ve set the excerpt to 0 but there are those three dots left beneath each post. Can I hide those as well?

    http://www.fryszkiewicz.com/blog/

    #325402
    Leo
    Staff
    Customer Support

    If you add the images as Featured Image then you shouldn’t have to manually type the link.

    Add this CSS to remove the dots:

    .entry-summary {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know.

    #325404
    Tomasz

    Thanks! It works fine ๐Ÿ™‚

    #325407
    Leo
    Staff
    Customer Support

    Glad I could help!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.