Add the following code to your WordPress theme’s function.php file, or a functionality plugin to prevent the FAQ Plugin from adding a Continue Reading (Read More) Link to the WordPress Post Excerpt.
// Remove excerpt link from FAQ Plugin
remove_filter( 'excerpt_more', 'qaplus_auto_excerpt_more' );
remove_filter( 'get_the_excerpt', 'qaplus_custom_excerpt_more' );
remove_filter( 'excerpt_length', 'qaplus_excerpt_length' );</pre>
Share Your Two Cents