PropertyPress

Turn your WordPress installation into a feature-rich Real Estate website.

Author:Pulse Development (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.01
Plugin version:1.1
Added to WordPress repository:11-11-2010
Last updated:24-11-2010
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.pulsedevelopment.com/development/p...
Total downloads:6 363
Active installs:20+
plugin download
Click to start download

Turn your WordPress installation into a feature-rich Real Estate website. This plugin creates a custom post type for property listings with added fields for price, address, city, bedrooms, bathrooms, floor space, and much more. It also offers automatic geocoding on save, based upon the address. Using the coordinates, you can also use simple theming functions for including a Google Map or Walkscore Map within your templates.

Shortcodes

The easiest way to add features to your site is using the shortcode functions. The basic usage is as follows:

[property]

The above code will add an unordered list of property features to your post content. You can specify which property features are displayed in the settings.

You can also modify the shortcode using attributes (defaults shown):

  • action="info" (info, map, or walkscore)
  • width="600" - For Google Map and Walkscore
  • height="300" - For Map and Walkscore
  • zoom="13" - For Map
  • layout="horizontal" (horizontal or vertical) - For Walkscore
  • id="25" - Use this if you want to display property details on another page or post. Otherwise it will default to the current property.

Ex: [property action="walkscore" width="350" height="700" layout="vertical"]

The above code will display a Walkscore Map that is 350px wide, 700px tall, with a vertical layout.

NOTE: Property Press Requires PHP5

If you have any questions or suggestions, send me an email at: info@pulsedevelopment.com