-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
executable file
·89 lines (67 loc) · 3.43 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
=== IMPress Agents ===
Author: Agent Evolution
Author URL: http://www.agentevolution.com/
Contributors: agentevolution, davebonds, chadajohnson, idxco
Tags: agents, employees, employee directory, agent directory, agents, idx broker, idx, impress
Requires at least: 4.3.0
Requires PHP: 5.4
Tested up to: 4.9.4
Stable tag: 1.1.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Employee Directory tailored for Real Estate Offices.
== Description ==
IMPress Agents provides you with a full employee directory, that is ideal for Real Estate teams and offices.
This plugin adds a custom post type for Employees with post meta fields for contact info. It uses included templates to display the contact info for single and archive pages, or these can be overridden in your theme.
Adds taxonomies for Offices and Job Types to show employees by location and/or job title. Or add custom taxonomies to categorize to your needs. If using WP 4.4+, you can add images to taxonomy terms and display an image for an office, job title, or a custom taxonomy term.
If using the [IMPress Listings](https://wordpress.org/plugins/wp-listings/) plugin, you can connect Employees to Listings. *Requires the [Posts 2 Posts](https://wordpress.org/plugins/posts-to-posts/) plugin*
== Installation ==
1. Install from the WP Admin Dashboard – or download, then unzip, and upload the entire `impress-agents` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Begin adding employees to the directory.
== Frequently Asked Questions ==
= I have a support issue, where do I go? =
Just post to the support forum here (https://wordpress.org/support/plugin/impress-agents/)
= Can I use this without an IDX Broker account =
Certainly! It functions as an employee directory, with or without an IDX Broker account.
= How can I suggest improvements? =
Just post to the support forum here on [wordpress.org](https://wordpress.org/support/plugin/impress-agents/) or developers can post to the [IMPress Agents Github repo](https://github.com/agentevolution/impress-agents).
== Screenshots ==
1. WP Admin > Add New
2. WP Admin > Employees
3. WP Admin > Employee Taxonomies
4. WP Admin > Settings
5. Front End > Single Employee
6. Front End > Employee Archive
7. Front End > Employee Widget
== Changelog ==
= 1.1.4 =
*Released 04.03.2018*
* Fix: Pagination issue
* Fix: Default sort order is now by last name meta field
* Fix: Changed Font Awesome handle to prevent conflicts
= 1.1.3 =
*Released 12.22.2016*
* Added: Support for selective refresh of widgets
* Fix: Added sortable parameter when registering post type connections
= 1.1.2 =
*Released 09.26.2016*
* Fix: Update npmcdn link with unpkg link for external scripts
= 1.1.1 =
*Released 08.18.2016*
* Fix: Update for PHP7 compatibility
* Fix: Issue with imported agents changing to draft
= 1.1.0 =
*Released 05.26.2016*
* Added: Posts 2 Posts functionality to connect to IMPress Listings
* Added: Order and Orderby parameters to Featured Agent widget and shortcode
* Added: Ability to show random agent in Featured Agent widget
* Added: Display link to listings on Archive page if Agent has listings
* Updated: Improved responsive CSS
= 1.0.2 =
* Fix: Fatal error when calling is_plugin_active
= 1.0.1 =
* Fix: Issue with imported agents creating duplicate images.
* Added: Automatic migration of posts from Genesis Agent Profiles to IMPress Agents
= 1.0.0 =
* Initial public release