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

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

Many thanks,

Alex

link|improve this question
Can you supply a link to the theme or a screen shot please. – RobertPitt Mar 16 '11 at 22:22
Thinking the header code will be needed as well. pastebin.com/endQqfje – alexscioli Mar 16 '11 at 22:23
@RobertPitt Surely, here is the theme: mojo-themes.com/demo/siucco-wordpress-theme Thank you! – alexscioli Mar 16 '11 at 22:27
2  
If you purchased this theme then you should also have support from the provider. They have probably already been asked this question and have a ready-made answer. – themerlinproject Mar 16 '11 at 22:29
feedback

1 Answer

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});
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.