Post tittle and featured image to redirect a specific website
- The topic ‘Post tittle and featured image to redirect a specific website’ is closed to new replies.
Need help? Check out our Support site, then
Hello,
In my blog https://venelinks.com I have a post sample with the title: “AREPA & CO.” and a featured image. I would like to link this tittle and the featured image to the website http://arepaandco.com, instead of opening the actual post, if is not possible I would like the tittle/featured image not to open the post.
In order words, I want the:
-featured image
-post tittle
-website address at the bottom of the post
to open in a new tab the website http://arepaandco.com
Is that possible?
Regards,
The blog I need help with is: (visible only to logged in users)
Hello,
That changes will require theme modifications or third-party plugins which is not possible on WordPress.com
Thank you,
– Djordje
Hi Djordje,
Thanks for getting the time to get back to me.
Please confirm that is also NOT possible my second option: the post tittle or featured image NOT to open anything. I don´t wish to open the post.
Maybe with some CSS?
For me will be great to delete the link action attach to the tittle and the image.
Regards,
Edgard.
Hi Edgard,
If you need to remove link from image and title, please add these classes to Custom CSS:
.featured-image a {
pointer-events: none;
}
.entry-title a {
pointer-events: none;
}
Thank you,
– Djordje