Entity System - Property Factory
What is Property Entity Factory? Property entity factory is the PHP class wrapper for building a property entity object based on data from a property post data....
Read More
Creating agents listing template
If there is no valid agents listing page then the plugin will use author.php template which will display all author posts instead of listing of agents. The...
Read More
Field System - Display Object
/** * Class for building the field status * * @author [email protected] * */ class VTCore_Property_Element_Status extends VTCore_Property_Model...
Read More
Creating property archive template
It is recommended to create a separate archive template for property rather than using theme default archive.php or index.php. Step One – Locate theme fi...
Read More
Entity System - Property Type
What is Type Entity? Type entity is a PHP class for managing property type entity Create Revise Update and Delete process. The purpose of this class is to act a...
Read More
Field System - Search Query Vars
When a custom property field is marked as allowed for searching there are couple of extra steps needed to register the query variables so it will be eligible wh...
Read More
Creating property single template
It is recommended to create a separate single page template for property rather than using theme default page.php or single.php or index.php. Step One – ...
Read More
Entity System - Property Field
What is Field Entity? Field entity is a PHP class for wrapping all operations such as creating, updating and disabling the property field system. It is recommen...
Read More
Field System - Field Hooks
Property plugin Fields System is alterable via hooks : Hook Filter – vtcore_property_alter_fields This filter allows you to modify, remove or add fields ...
Read More
Field System - Configuration Array
The Field System Array is designed to store field related information, the information will be used in various objects under different circumstances. Like for e...
Read More
Field System - Search Object
When a registered field is called via Property Factory to build its markup for search field display purposes, the field system will search for the entry va...
Read More
Entity System - Property Attributes
What is Attributes Entity? Attributes entity object is a PHP class for managing the Property Attributes entry to a property type. It is recommended to use this ...
Read More
Creating agents profile template
If there is no valid agents profile page then the plugin will use author.php template which will display all author posts instead the agents profile page. ...
Read More
Overriding Plugin Templates
You can override all templates found in victheme_property/templates folder by creating an new folder with this structure templates/property/ in the root of your...
Read More
Overriding plugin assets
You can override any of the VicTheme Property or VicTheme Agents or VicTheme Core plugins default CSS and Javascript assets by registering a new assets to repla...
Read More
Video Documentation
How To Create Agents How to create property attributes How to create and manage property typ...
Read More
How to configure property teaser element from Theme options?
Check this video here on how to configure property teasers from theme options
Read More
How to configure headline in inner pages?
Check this video on how to configure headline in inner pages
Read More