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
Field System - Display Object
/** * Class for building the field status * * @author [email protected] * */ class VTCore_Property_Element_Status extends VTCore_Property_Model...
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
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
How to set links globally for all pages?
Check this video here How to set links globally for all pages
Read More