• Skip to primary navigation
  • Skip to main content

RocketGeek

Home of WP-Members, The Original WordPress Membership Plugin

  • WordPress Plugins
    • WP-Members
      • FAQs
      • Quick Start
      • Documentation
      • Extensions
    • Advanced Options
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Download Protect
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Invite Codes
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • MailChimp Integration
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • PayPal Subscriptions
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Salesforce Web-to-Lead
    • Security
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Text Editor
      • Purchase the Plugin
      • Get the Pro Bundle
    • User List
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • User Tracking
      • Documentation
      • Purchase the Plugin
      • Get the Pro Bundle
    • Memberships for WooCommerce
    • WordPass
  • Blog
    • Basics
    • Tips and Tricks
    • Filters
    • Actions
    • Code Snippets
    • Shortcodes
    • Design
    • Release Announcements
  • Store
    • Cart
    • Checkout
  • Contact
  • Log In
  • Show Search
Hide Search
Home » Blog » WP-Members 2.8.0 auto excerpt fix

WP-Members 2.8.0 auto excerpt fix

Chad Butler · Dec 27, 2012 ·

This article is provided free. Find out how you can get full access to premium content, including how-to articles and support forums, as well as priority email support and member exclusive plugin extensions..

 

The final production release of WP-Members 2.8.0 went out with a small bug in the auto excerpt feature.  This causes the default (more…) link to show on every post, even when the auto excerpt feature is not enabled.

A patch has been applied to the responsitory download already.  However, the first 800 or so downloads of the upgrade contain the bug.

Fixing the issue is relatively simple, so you can either apply the fix yourself, download the corrected file from here or the subversion repository, or redownload the plugin and reinstall.

If you want to apply the fix yourself, you need to change line 970 of wp-members-core.php from this:

if( ! $more ) {

to this:

if( ! $more && ( $arr['auto_ex'] == true ) ) {

2.8.0 has been updated in the repository here: http://wordpress.org/extend/plugins/wp-members/developers/

You can download the entire zip, or select svn to go to the subversion responsitory and download just wp-members-core.php.

Blog

Ready to get started?

Join Today!

© 2025 · butlerblog.com · RocketGeek is built using WordPress, WP-Members, and the Genesis Framework

  • butlerblog.com
  • WP-Members Support Subscription
  • Terms of Service
  • Privacy Policy
  • Refund Policy