I have a post slider set pulling portfolio items. I would like to change the links on all these items when clicked within the slider to go to the designated portfolio page (same link for all), rather than the single portfolio item post page for each. Please help.
Hi,
Try adding this at the end of js/avia.js:
jQuery(function() {
jQuery(".avia-content-slider a").each(function(){ jQuery(this).attr("href", "http://google.com"); });
});
Change http://google.com to the designated portfolio page URL.
Regards,
Josue
Excellent! Thank you, Josue
You are welcome, glad we could help :)
Regards,
Josue