Plugin info

Total downloads: 19,188
Active installs: 50
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 12/20/2010 (5490 days ago)
Added to WordPress: 8/2/2010 (15 years old)
Minimum WordPress version: 2.9
Tested up to WordPress version: 3.0.5
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5490 days ago • 1 reviews

22/100

Is Members Only Menu Plugin abandoned?

Possibly abandoned (last update 5490 days ago).

Compatibility

Requires WordPress: 2.9
Tested up to: 3.0.5
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WordPress Access Control
Rating 4.3/5 (30 reviews)Active installs 6,000
Only REST API
Rating 0.0/5 (0 reviews)Active installs 30
AudioTube
Rating 3.0/5 (2 reviews)Active installs 20
Only New Posts
Rating 5.0/5 (1 reviews)Active installs 0
Only GTM
Rating 0.0/5 (0 reviews)Active installs 0

Description

This plugin is now deprecated, please use WordPress Access Control for access to new features, such as restrict to members or non-members, restrict to certain roles and specify a redirect URL. This name didn’t suite the version 2.0.

https://wordpress.org/extend/plugins/wordpress-access-control/

This plugin allows you to mark a page as “Members Only”. Once this is done, the user must login to view the page. However, you can still add the page to the menu, and it will then ONLY show up if the user is authenticated. That way you can have more items for logged in members on your website.

This plugin is designed for people using WordPress as a CMS. It’s extremely easy to use. You install the plugin, and activate it. Whenever you create or edit a page there is a checkbox on the sidebar that allows you to mark that page as members only.

This plugin now fully supports wp_nav_menu and wp_page_menu for older sites, so it should be compatible with older versions of WordPress, as well as wp_list_pages for certain themes.

It automatically sets the walker class to the one we custom made so theme developers don’t need to do anything

Installation

Installation is very simple:

  1. Upload members-only-menu-plugin/ to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You can now go to a page and mark it as members only.

Frequently Asked Questions

I get a PHP error when I try to activate your plugin

This was caused by PHP4, which is now supported in version 1.4

Review feed

No reviews available

Screenshots

  1. The meta box added by this plugin

    The meta box added by this plugin

Changelog

1.6.4

  • Fixed a problem with certain themes that use wp_list_pages as my plugin didn’t affect that function. It does now, as we hook into get_pages. Also updated some of the code to better reflect WordPress coding standards

1.6.3

  • Fixed a problem in pre WordPress 3 instances where a PHP error is generated due to lack of the Walker_Nav_Menu class

1.6.2

  • Fixed (X)HTML validation errors caused by an empty ul which could occur if all items in a submenu were members only but the parent element was not.

1.6

  • Fixed a bug where third level menu items with members only attributes would break the HTML/menu

1.5

  • Fixed an error where submenus would still be generated if the parent was marked as members only. This has been fixed.

1.4

  • Added support for PHP4

1.3

  • Added support for wp_page_menu

1.2

  • Added a filter which catches a fallback to wp_page_menu and removes our walker class from the arguments list

1.1

  • Added a filter which removed the need to change the wp_nav_menu commands

1.0

  • Initial Version