• Skip to main content
  • Skip to primary sidebar
  • Business
  • WordPress
  • Security
  • Marketing
  • Publicity
  • Computing
  • Resources
  • Whatevs

Purely Wordpress

Just The Tech, News, and Info We Deem To Post

  • Home
  • About
  • Contact
  • Contribute
You are here: Home / Code Snippets / FAQ Plugin Adds Continue Reading Link to WordPress Post Excerpt

FAQ Plugin Adds Continue Reading Link to WordPress Post Excerpt

Matrix Style Image Representing WordPress Code Snippet

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>

by Jack Alltrade on June 5, 2017

Filed Under: Code Snippets, Plugins Tagged With: Code, Plugins, Read More

Reader Interactions

Share Your Two Cents Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Categories

  • Code Snippets
  • Development
  • File Management
  • Genesis Framework
  • Hosting
  • Legacy
  • Plugins
  • SEO
  • Tech Terms
  • Themes
  • User Experience
  • User Interface
  • WordPress Core
  • WordPress Functionality

Warning! Use at your own risk!

As always, use at your own risk and remember to backup your site prior to inserting new code.

© Copyright Jack Alltrade & Associates 2025 · Purely Supplemental™ is a trademark of Jack Alltrade & Associates