开发者 |
30lines
chancebcobb mumbles12 nicknieman ryanmarch szyam wfaiz elfirl |
---|---|
更新时间 | 2024年11月13日 07:30 |
PHP版本: | 7.2 及以上 |
WordPress版本: | 6.6.2 |
版权: | GPLv3 or later |
版权网址: | 版权信息 |
/wp-content/plugins/rentpress-for-websites/
directory via FTP, or install the plugin through the WordPress plugins screen directly.
Once activated, use the RentPress -> RentPress Settings page to start setting up your site. To use the included templates, visit the Enable Templates section and choose which templates you'd like to add to your theme.With a subscription to our RentPress service to parse through property data feeds, RentPress plugin can pull in real-time pricing and availability from the following popular systems:
Yes, once activated, custom post types are registered and displayed in the wp-admin area for Properties, Floor Plans, and Neighborhoods. First create your property, then your floor plan where you can also add your units.
The RentPress templates support choosing two accent colors. It will pick up the rest of its styling (typeface, font colors, etc) from your currently active theme. Learn more about customizing RentPress templates here.
We have an extended FAQ page that's at https://rentpress.io/frequently-asked-questions/ You can also check our Getting Started Guide.
You can visit https://demo.rentpress.io/ to view our demo site.
Please visit our https://support.30lines.com for help with RentPress and other marketing efforts.
[rentpress_property_search neighborhood="Downtown|The Village"]
unit_type_mapping
parameter.[rentpress_floorplan_search unit_type_mapping="floorplan|1bdX1br" property_codes="123456"]
rentpress_getNeighborhoodsProperties()
function to the data layer.min_price
and max_price
filters in floor plan and property searches could return unexpected results.floorplan_name
so developers can display names that update from sync sources.floorplan_post_title
which will read from the name editable in the WordPress editor.property_feed_features
to hold property-level features as synced from a feed.property_feed_amenities
to hold property-level amenities as synced from a feed.floorplan_unit_images
for developers to display unit images for a floor plan.floorplan_unit_images
will be computed from images associated to units at a given floor plan.unit_specials_message
to take advantage of unit-specific specials.display_limit
to customize how many properties display before the "Show More" button appearsmap_cluster_min
to set the minimum number of pins before grouping into a clustermap_grid_size
to set how frequently clusters will appearpermission_callback
alert would appear in the browser console during a manually-triggered syncengrain
parameter for the floor plan search shortcode will display the mapUSEPRECISEBEDS
in your search shortcode.priceCeiling
has correct spelling.bed=""
to display floor plans with a given bedroom countonlyavailable
allows for displaying floor plans with units currently availablehas_special
to display floor plans that have an active specialmin_price=""
displays floor plans at or above a given minimum pricemax_price=""
displays floor plans up to a given pricecity=""
displays floor plans by parent property's cityfeatures_filter="*"
allows for filtering by all active features in the floor plan search shortcode._rentpress
suffix for easier report and trigger categorization.