Archived topic
need featured image to link to blog post
5 replies · Started by Tomasz on May 28, 2017
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
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
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?
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.
Thanks! It works fine :)
Glad I could help!