Plugin Directory

Changeset 120607


Ignore:
Timestamp:
05/26/2009 05:40:58 PM (17 years ago)
Author:
php4ever
Message:
 
Location:
wp-featured
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-featured/tags/0.9.8/readme.txt

    r120606 r120607  
    1818== Installation ==
    19191. Extract the `wp-featured.zip` to your local system prior to upload.
     201. EDIT featured-listings.php at this point to provide the root path to your openrealty install as follows $wpfeatures_openrealty_path = "/home/account/public_html/openrealty/";  FOR HELP CONTACT ME on my blog.
    20211. Upload `wp-featured` folder to the `/wp-content/plugins/` directory
    21221. Activate the plugin through the 'Plugin Panel' in WordPress
  • wp-featured/trunk/featured-listings.php

    r120606 r120607  
    33Plugin Name: WP Featured Listings
    44Plugin URI: http://www.jaredritchey.com
    5 Description: <strong>WP Featured Listings 0.9.6 </strong> -- This plugin was designed to assist real estate professionals with the marketing of their listings with their blog.  By adding featured listings directly into your WordPress posts you increase the relevance of the content associated with your listings and provide a way for search engines to index content relative to your listings.  The WP Featured Listing plugin requires <a href="http://www.open-realty.org" title="Open Realty" target="_blank">Open Realty</a> to function
     5Description: <strong>WP Featured Listings 0.9.8 </strong> -- This plugin was designed to assist real estate professionals with the marketing of their listings with their blog.  By adding featured listings directly into your WordPress posts you increase the relevance of the content associated with your listings and provide a way for search engines to index content relative to your listings.  The WP Featured Listing plugin requires <a href="http://www.open-realty.org" title="Open Realty" target="_blank">Open Realty</a> to function
    66Author: Jared Ritchey and Damian Danielczyk
    7 Version: 0.9.6
     7Version: 0.9.8
    88Author URI: http://www.jaredritchey.com/wp-featured-listings-plugin/
    99*/
    1010
    11 $wpfeatured_version = '0.9.6';
     11$wpfeatured_version = '0.9.8';
    1212
    1313// The full path from root to your OpenRealty install.
     
    249249
    250250    echo '<div class="wrap">';
    251     echo '<h2>Featured Listings v-0.9.6</h2>';
     251    echo '<h2>Featured Listings v-0.9.8</h2>';
    252252    echo '
    253253<fieldset class="options">
  • wp-featured/trunk/readme.txt

    r120606 r120607  
    1818== Installation ==
    19191. Extract the `wp-featured.zip` to your local system prior to upload.
     201. EDIT featured-listings.php at this point to provide the root path to your openrealty install as follows $wpfeatures_openrealty_path = "/home/account/public_html/openrealty/";  FOR HELP CONTACT ME on my blog.
    20211. Upload `wp-featured` folder to the `/wp-content/plugins/` directory
    21221. Activate the plugin through the 'Plugin Panel' in WordPress
Note: See TracChangeset for help on using the changeset viewer.