I am working in WordPress, and I am using Elementor. Elementor has a native feature for the title of the posts and images to link to the post.
But if I add an excerpt text, it doesn’t link to the post. It is not clickable. The read more button does, but not the excerpt of the post.
I am trying to create something like this: greatist.com Every post on their website is clickable – the excerpt, the title, and the image.
My excerpts are really short like on that website, and I would really like them to be clickable. I have absolutely no idea how to do this and I’m beginning to think it’s not possible. I am using Hello Elementor theme.
I would deeply appreciate anyone’s help. I just registered to ask this question.
2
Answers
You can always try to save text as an photo and make it clickable or make a full section clickable.To do this try to use plugin called "Make Column Clickable Elementor".
Add this code to your website:
This can be added using a
script
tag. Choose from the following options:script
tag in your functions.php file, to be rendered at the end of the page (wp_footer
action hook).script
tag to the end of thebody
tag.It’s recommended to add a pointer cursor so the user will know the excerpt is a link. This can be achieved by adding the following CSS to your
style.css
file.