Hi,
Is it possible to change the link of the “read more” link?
I want to link all my posts to a single static page (containing all posts), and not to the specific post.
Thxs
Hi,
Is it possible to change the link of the “read more” link?
I want to link all my posts to a single static page (containing all posts), and not to the specific post.
Thxs
Hi Vincent,
If you do this, how are your readers supposed to read the entire post?
Thanks,
Danny
I will have a flow of full posts on the targeted page.
I’ve woken this around by placing this JS:
jQuery(document).ready(function() {
jQuery( “.news-carousel a.fl-post-carousel-more” ).attr(“href”, “http://www.google.com/”);
jQuery( “.news-carousel a” ).attr(“href”, “http://www.google.com/”);
});
Hey Vincent,
Glad you figured it out! And thanks for sharing how you did it.
Enjoy!
Ben