1. Overview
  2. Install
  3. Custom Templates
  4. Usage
  5. Support & Donate

Overview

Real-Estate RSS is help you insert RSS into wordpress posts/pages easily.

Install

Upload real-estate-rss.zip into your plugins directory under wp-content.
See http://codex.wordpress.org/Managing_Plugins#Installing_Plugins

Custom Templates

  1. Adding Custom Templates

    To adding RSS Custom Templates, go to "RE RSS->Templates". You can fill Template Header, Body, and Footer with HTML Tags.

    Custom templates should be written as HTML and also use special ‘tags’ which get substituted for feeds information when shown. The following tags can be used when defining a custom templates; each is replaced with the feed’s information.

    Header & Footer Special Tags

    • {title}
    • {link}
    • {description}
    • {language}
    • {copyright}
    • {category}
    • {image}
      • {image url}
      • {image height}
      • {image width}
      • {image title}
      • {image link}
    • {favicon}

    Body Special Tags

    • {title}
    • {link}
    • {description}
    • {author}
    • {category}
    • {source}
    • {date "format"}
    • {content}

Usage

You can use simple shortcode
[rss url="feeds url"]

With Custom Template
[rss url="feeds url" template=custom_template_id]
Ex: [rss url="feeds url" template=1]

Specify the number of items
[rss url="feeds url" items=number_of_items]
Ex: [rss url="feeds url" items=3]

Sample Advanced Shortcode
[rss url="feeds url" template=1 items=3]
[rss template=1 url="feeds url" items=3]

Note:
url parameter is required. template and items is optional.

Support & Donate

found bugs, request features, feedback please contact me

I spend a lot time, to develop this plugin.
If you find this plugin is useful, Please make some donations
Please make some donations