Instalation

  1. Download real estate plugin
  2. unzip all files to wp-content/plugins on your server
    • setup 777 rights to wp-content/plugin­s/real_estate/temp
  3. Activate the plugin through the Plugins menu in WordPress
  4. Go to Real estate setup
    • select the page where the property will be displayed
    • setup Google Maps API Key (get Maps Key)
  5. Go to user accounts settings in Wordpress menu and set for each of them phone / jabber / AIM etc.
  6. Edit your template (see codes bellow)
  7. Have fun !!!

Frontend how to

Insert search from to the site

To sidebar.php or elsewhere insert follow PHP code:

reSearchForm::render();

List lastest property

Plugin allows to list lastest property. You can setup title and limit. Add follow short code to some page:

[reLast limit="3" title="Newest real estates"]

Property sitemap

Property sitemap can be found in [site]/wp-content/plugin­s/real_estate/mo­dules/reSitemap­.php as well as all other modules. Real estate plugin automatically warn Google if something changes, but is better add you sitemap also into robots.txt:

User-agent: *
Sitemap: http://www.site.cz/wp-content/plugins/real_estate/modules/reSitemap.php

Get RSS

Same as sitemap, also property RSS can be found in modules. The easiest way, to add RSS to the site, is to modify first .htaccess file. Add to the .htaccess (hidden file in root) something like this:

<IfModule mod_rewrite.c>
Redirect /reRSS.xml http://www.site.cz/wp-content/plugins/real_estate/modules/reRSS.php
</IfModule>

After that, can be found property RSS on http://www.site.cz/reRSS.xml

Plugin tips

Versions overview

  • 2010–01–01 new core / better template system / better speed etc.
  • 2009–09–04 fix the problem with image upload
  • 1.0 first public version, release on january 2009