Installing FW Real Estate on WordPress takes a few minutes through the built-in Plugins screen. You only need the single ZIP you just downloaded, with no manual file copies and no database changes.
Upload and Activate
Sign in to your WordPress admin at yoursite.com/wp-admin
Go to Plugins → Add New → Upload Plugin
Click Choose File, select the FW Real Estate ZIP (version 7.0.0), then click Install Now
When you see the success message, click Activate Plugin
WordPress Plugins screen with the FW Real Estate ZIP ready to installWordPress confirming FW Real Estate is installed and activated
Find FW Real Estate in the Admin
Once activated, a new FW Real Estate item appears in the WordPress admin sidebar. Open it to land on the dashboard, your home base for managing properties, settings, and add-ons.
FW Real Estate dashboard in WordPress immediately after activation
Troubleshooting Install Failures
"The link you followed has expired": your PHP upload_max_filesize or post_max_size is below the package size. Raise both to 32M or higher and retry.
"Installation failed: PCLZIP_ERR_BAD_FORMAT": the ZIP got corrupted in transit. Redownload from the Client Section and try again.
White screen after activation: your PHP memory_limit may be too low. Raise to 256M in wp-config.php with define('WP_MEMORY_LIMIT', '256M');.