Reply To: Featured Flexislider with NO Links?
Hi benno,
edit includes/featured/flexislider.php
modify line 36 as follows
from
<a href="<?php echo $permalink; ?>">
to
<a href="#">
Modify line 41 as
if ( of_get_option('flexi_titles') ) $titlecode ='<div class="flex-title"><a href="#">' .$title . '</a></div>';
Thanks