Deactivate featured post click through in header of wordpress theme

I’ve purchased a premium WP theme that has a header which rotates between five featured posts/photos. My hope is to keep the visual appeal of this without clicking through to the post itself. Any ideas on how to deactivate the click through? Here is the PHP code for the featured posts. Happy supply more code / to share the dev site itself if needed.

http://pastebin.com/vJwbJBap

Read More

The theme is located at: http://www.mojo-themes.com/demo/siucco-wordpress-theme/

Many thanks,

Alex

Related posts

Leave a Reply

1 comment

  1. You could do it via jquery.. inside off your “demo.js” add this inside window load function(){}

    $("#slider a.nivo-imageLink").attr('href', '').click(function(){return false});