I’m looking to add membership to my site, any plugins that would be compatible [closed]

Look at S2 Member http://www.s2member.com/ The s2Member® Framework is an extremely versatile & powerful (free) membership management plugin for WordPress®. The s2Member® Framework plugin integrates seamlessly with PayPal® Standard Buttons (very easy), and fully supports recurring billing, with the ability to track affiliate commissions on a recurring basis (through your choice of many affiliate platforms). … Read more

Allow access on a page to just only a specific member

The same concept as Dominic’s (no need of a members plugin) but expanded to use a Meta Box, visible only for Admins, with a dropdown list with all the users (with exceptions). Code borrowed and adapted from this answer. Put in functions.php: // List Users add_action( ‘admin_init’, ‘wpse_33725_users_meta_init’ ); // Save Meta Details add_action( ‘save_post’, … Read more