| 开发者 | jarradnpd |
|---|---|
| 更新时间 | 2026年5月28日 09:33 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
vieww-property-listings folder to the /wp-content/plugins/ directory.Go to Properties > Add New in your WordPress admin. Fill in the title, description, featured image, and property details (price, bedrooms, etc.). Assign a Property Type, Status, and Location taxonomy term.
In the property editor, add a Gallery block (Gutenberg) or a [gallery] shortcode (Classic Editor) to the content area. The plugin will automatically extract the gallery and display it in a lightbox below the description.
Go to Properties > Settings > Colours tab. Use the colour pickers to set your primary colour, secondary colour, text colour, background colour, and card background.
Go to Properties > Settings > Contact & Display tab. You can customise the heading, body text, button label, and contact page URL.
Yes. Go to Properties > Settings > Contact & Display tab and change the Currency Symbol field. You can also change the area unit (e.g., from m² to sqft).
Use the [vieww_grid] shortcode on any page or post. You can filter by type, status, location, and control the number of columns and properties shown.
Yes. Use the [vieww_search] shortcode on any page. It renders a filter form that submits to the property archive page.
All property data (posts, meta, taxonomy terms, settings) will be permanently deleted when you delete the plugin from the Plugins page. Deactivating the plugin does NOT delete data.
Yes. The shortcodes work with any page builder that supports WordPress shortcodes (Elementor, Beaver Builder, WPBakery, etc.).
<style> and <script> blocks out of the property meta boxes into dedicated enqueued assets (assets/css/vieww-pl-meta-boxes.css and assets/js/vieww-pl-gallery-admin.js), per WordPress.org coding standards. Translated strings now flow through wp_localize_script().wppl_* shortcode aliases (wppl_grid, wppl_details, wppl_search, wppl_features). Use the vieww_* shortcodes instead.Plugin URI while the upstream site SSL is being reconfigured.VIEWW_PL_* / vieww_pl_* prefix to VIEWWPL_* / viewwpl_* for consistency with the wider Vieww plugin suite. No user-visible changes — an automatic one-shot migration on first load preserves settings on upgrade._vieww_street, _vieww_suburb, _vieww_state, _vieww_postcode), design settings, and migration-tracker options when the plugin is deleted.LICENSE.txt files alongside each vendor library, with attribution added to readme.VIEWWPL_Design_Settings) for clearer separation between functional settings and visual customisation.Unit 5/123 Main St) no longer lose the street number during geocoding — coordinates now resolve to the actual street, not the suburb centroid._vieww_address values are split into the new structured fields on first load. The original value is retained as a display fallback for entries that didn't parse cleanly._vieww_gallery_ids). One-time migration preserves existing gallery data.property to vieww-property.vieww-property-type, vieww-property-status, vieww-property-location._wppl_* to _vieww_*.vieww_grid, vieww_details, vieww_search, vieww_features.wppl_*) retained as aliases for backwards compatibility.VIEWW_PL_* prefix to avoid collision with other Vieww plugins.