Banner for Track Connect
Creates and syncs listing-type posts from TRACK PM, a cloud-based property management system (www.trackhs.com). Wordpress Tutorial
Noted That:
  • To install correctly this track-connect.zip .
  • Fisrt Download the track-connect.zip to your computer
  • Extract/Open track-connect.zip to Your Computer.
  • Then, Find readme.txt file inside track-connect.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " track-connect.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Track Connect

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Track Connect

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Track Connect

Step-5 : Now, Browse " track-connect.zip " Downloaded plugin from your computer, Where you downloaded " track-connect.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Track Connect

Step-6 : Now, Click on " Active Plugin "

Activate Track Connect

Step-7 : Then, See left Side Menu. " Track Connect " folder is added on left Side Menu. Now, Click on " Track Connect " folder.

Noted that: If you do not see " Track Connect " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Track Connect Configurations and Settings or How to work " Track Connect " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " TRACK Connect " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is TRACK Connect
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Upload the entire track-connect folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Listings > Settings and input your Domain code and API token, then Save
  4. Now you can hit the Sync Units button

How to use the listings shortcode

Basic usage

Just enter the following shortcode on any post or page


[listings]

Advanced usage

The shortcode accepts the following parameters:


id = listing post id (accepts one or more id's), exclusive, cannot be combined with other parameters, except for columns
limit = limit the number of posts to show, defaults to all
columns = display output in columns, accepts values 2-6, default is 1 column
taxonomy = taxonomy to display (must be used with the term parameter)
term = term to display (must be used with the taxonomy parameter)

Example advanced usage:
[listings taxonomy=”status” term=”active” limit=”10? columns=”3?]
This will display all listings in the “Status” taxonomy, assigned to the “Active” term, limited to 10 listings, in 3 columns


Name