Changeset 120607
- Timestamp:
- 05/26/2009 05:40:58 PM (17 years ago)
- Location:
- wp-featured
- Files:
-
- 1 added
- 3 edited
-
tags/0.9.8/readme.txt (modified) (1 diff)
-
trunk/IMPORTANT-READ-ME.txt (added)
-
trunk/featured-listings.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-featured/tags/0.9.8/readme.txt
r120606 r120607 18 18 == Installation == 19 19 1. Extract the `wp-featured.zip` to your local system prior to upload. 20 1. 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. 20 21 1. Upload `wp-featured` folder to the `/wp-content/plugins/` directory 21 22 1. Activate the plugin through the 'Plugin Panel' in WordPress -
wp-featured/trunk/featured-listings.php
r120606 r120607 3 3 Plugin Name: WP Featured Listings 4 4 Plugin 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 function5 Description: <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 6 6 Author: Jared Ritchey and Damian Danielczyk 7 Version: 0.9. 67 Version: 0.9.8 8 8 Author URI: http://www.jaredritchey.com/wp-featured-listings-plugin/ 9 9 */ 10 10 11 $wpfeatured_version = '0.9. 6';11 $wpfeatured_version = '0.9.8'; 12 12 13 13 // The full path from root to your OpenRealty install. … … 249 249 250 250 echo '<div class="wrap">'; 251 echo '<h2>Featured Listings v-0.9. 6</h2>';251 echo '<h2>Featured Listings v-0.9.8</h2>'; 252 252 echo ' 253 253 <fieldset class="options"> -
wp-featured/trunk/readme.txt
r120606 r120607 18 18 == Installation == 19 19 1. Extract the `wp-featured.zip` to your local system prior to upload. 20 1. 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. 20 21 1. Upload `wp-featured` folder to the `/wp-content/plugins/` directory 21 22 1. Activate the plugin through the 'Plugin Panel' in WordPress
Note: See TracChangeset
for help on using the changeset viewer.