July 24, 2014 at 5:36 pm
#12463
Nikkie
Participant
Hi acsutu,
1. Go to wordpress/wp-content/themes/interface/inc/widgets and delete on the line 288 this:
<a class="more-link" title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>">
<?php _e( 'Read more','interface' ); ?>
2. You will see a solution in my post: https://www.themehorse.com/support-forum/topic/services-widget/
3. For disabling links on slider images, go to themes/interface/inc/structure/
and change header-extensions.php file, from line 508.