🟢 Beginner| ⏱️ 5 min read | 📦 Core / Pro | 🗓️ December 15, 2025
📌 What You’ll Learn
- How to install Attributes User Access from the WordPress plugin directory
- How to activate the plugin on your site
- How to verify successful installation
- Quick troubleshooting for common installation issues
✅ Before You Begin
- WordPress 5.8 or higher installed
- Administrator access to your WordPress dashboard
- PHP 7.4 or higher (check at
Tools → Site Health) - Basic familiarity with WordPress admin interface
Installation Steps
Step 1: Access WordPress Plugin Directory
- Log in to your WordPress admin dashboard at
yoursite.com/wp-admin - Navigate to Plugins → Add New from the left sidebar
- You’ll see the “Add Plugins” screen with a search box in the top right
💡 Tip: Make sure you’re logged in as an Administrator. Other user roles may not have permission to install plugins.
Step 2: Search for the Plugin
- In the search box (top right), type: “Attributes User Access”
- Press Enter or wait for auto-search results to appear
- Look for the plugin with the official Attributes WP logo
Step 3: Install the Plugin
- Click the “Install Now” button on the plugin card
- Wait for the installation progress (usually takes 10-30 seconds)
- The button will change to “Activate” when installation is complete
Step 4: Activate the Plugin
- Click the “Activate” button
- You’ll be redirected to the Plugins page
- Look for a welcome notification at the top of the screen
Step 5: Verify Installation
- Check your WordPress admin sidebar for the “User Access” menu item
- Click on it to access the plugin dashboard
- You should see the main settings overview page
✅ Success! Your plugin is now installed and ready to configure.
Common Installation Issues
Issue: Plugin doesn’t appear in search results
Solution:
- Check your internet connection
- Try refreshing the page
- Search for “Attributes WP” as an alternative
Issue: Activation fails with an error
Solution:
- Check PHP version meets minimum requirements (7.4+)
- Temporarily disable other security/login plugins
- Check error logs at
wp-content/debug.log
Next Steps
- Complete the initial setup wizard
- Create your first custom login page
- Configure role-based redirection
- Test the login experience
📚 Related Articles
- Initial Setup Wizard – Complete Walkthrough
- System Requirements Explained
- Creating Custom Login Pages