May 20, 2014 at 5:15 am
#10438
Theme Horse Support Team
Keymaster
hi from the attitude_widgets.php you need to remove this code on line number 285
<?php if( !empty( $options[ 'post_excerpt_more_text' ] ) ) { ?>
<a class="more-link" title="<?php the_title_attribute(); ?>" href="<?php the_permalink(); ?>"><?php echo $options[ 'post_excerpt_more_text' ]; ?></a>
<?php } ?>
Hope this may help you.