Title: [Plugin: WP-Members] More..
Last modified: August 19, 2016

---

# [Plugin: WP-Members] More..

 *  Resolved [hobojoe](https://wordpress.org/support/users/hobojoe/)
 * (@hobojoe)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/)
 * We were having a problem cutting off text after <!–more–>. After examining the
   code and our content, I realized that the word more was in the content and the
   plugin was picking it up instead of <!–more–>. My solution was easy, go to line
   111 of wp-members-core.php and replace 111 and 112 with the following:
 *     ```
       $len = strpos($content, 'id="more');
       				echo "<p>".substr($content, 0, $len-6)."</p>";
       ```
   
 * So now it will search of the tag that wordpress creates for the more link. Just
   thought I would share in case anyone else is having a similar issue.
 * [http://wordpress.org/extend/plugins/wp-members/](http://wordpress.org/extend/plugins/wp-members/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/#post-1921964)
 * That’s sounds like a good solution; Thanks!
 *  [ocding](https://wordpress.org/support/users/ocding/)
 * (@ocding)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/#post-1922200)
 * cbutlerjr – I’m using the plugin and all seems fine except that I can’t seem 
   to lockout users from viewing certain content on a certain page. I’ve inserted
   the “<!–more–>” tag but the content still appears to all users, not just members.
   Any suggestions?
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/#post-1922201)
 * Sounds like you are not blocking pages. Check the plugin settings. Or you can
   use a custom field of “block” to block an individual page.
 * Pages and posts are not the same thing in WP. The use of the ‘more’ tag **only**
   serves to truncate **posts** from being shown in full on summaries such as the
   home page, monthly archive, etc. Any direct content, i.e. going to a full post
   or a page, will be blocked based on the plugin’s setting for posts and pages.
   The default settings that you choose for posts will effect all posts, but only
   posts. The default setting for pages will effect all pages, but only pages. If
   you need to block or unblock a post or a page from the default, that is done 
   using the custom field.
 * Hope that helps.
 *  [ocding](https://wordpress.org/support/users/ocding/)
 * (@ocding)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/#post-1922203)
 * cbutlerjr – Thanks. Is there a list of all the custom field options?
 *  Plugin Author [Chad Butler](https://wordpress.org/support/users/cbutlerjr/)
 * (@cbutlerjr)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/#post-1922204)
 * There are only two – block and unblock. You can set a value of true or 1 for 
   either. Note: they are case sensitive.
 *  [torweb](https://wordpress.org/support/users/torweb/)
 * (@torweb)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/#post-1922215)
 * Is it possible to separate the Login window and the window for signing up as 
   a use. I’d like to just have login on my page and use the signup page separately
   after my visitor fills out a form and is redirected to that page.
 * Thanks in advance

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘[Plugin: WP-Members] More..’ is closed to new replies.

 * ![](https://ps.w.org/wp-members/assets/icon-256x256.png?rev=1226414)
 * [WP-Members Membership Plugin](https://wordpress.org/plugins/wp-members/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-members/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-members/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-members/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-members/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-members/reviews/)

 * 6 replies
 * 4 participants
 * Last reply from: [torweb](https://wordpress.org/support/users/torweb/)
 * Last activity: [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-wp-members-more/#post-1922215)
 * Status: resolved