Linux 软件免费装
Banner图

Genesis Agent Profiles

开发者 agentevolution
davebonds
chadajohnson
更新时间 2016年2月4日 00:01
PHP版本: 3.2 及以上
WordPress版本: 4.4

标签

real estate genesis genesiswp agentpress agent agent directory wp listings wplistings

下载

1.0.3 1.1.4 1.0 1.0.1 1.0.2 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1 1.1.1 1.1.2 1.1.3 1.1.5 1.1.6 1.1.7 1.2 1.2.1

详情介绍:

THIS PLUGIN IS NO LONGER SUPPORTED For compatibility with any WordPress theme, use our new IMPress Agents plugin The Genesis Agent Profiles plugin uses custom post types and templates to create a real estate agent directory for Genesis child themes. Includes sidebar widget to display a featured agent.

安装:

  1. Upload the entire genesis-agent-profiles folder to the /wp-content/plugins/ directory
  2. 通过WordPress的的“Plugins”菜单激活插件
  3. Start entering agents into the agent directory.
Shortcode usage To display all agents: [agent_profiles] To selectively display only certain agents: [agent_profiles id="$post_id"] $post_id is the ID number of each agent post, separated by comma if more than one. You can find the ID by editing the agent and looking in your browser's address bar for post=##. Optional configuration The following steps will allow you to connect your Agent Profiles to listings added using the WP Listings or AgentPress Listings plugin.
  1. Install and activate the Posts 2 Posts plugin. Also make sure the either WP Listings or AgentPress Listings plugin is installed, activated, and listings exist.
  2. Once activated each listing and each agent profile will have a "Connected..." sidebar widget on the Edit screen. Use this to connect them by clicking the plus sign next to each post you want to connect to the current post. This is reciprocal and only has to be done on one of the two post types.
  3. Single Agent Profiles will automatically display connected listings.
  4. The plugin includes a single-listing.php template that will be used if no single-listing.php exists in the child theme. If your theme already includes a single-listing.php template, to display connected agents on single listings, you must do one of two things:
Option 1
  1. Delete the single-listing.php in your child theme and the plugin's template will be used instead.
Option 2
  1. Edit your child theme's single-listing.php and include this code to display connected agents:
`add_action( 'genesis_after_post', 'aeprofiles_show_connected_agent' ); // XHTML add_action( 'genesis_after_entry', 'aeprofiles_show_connected_agent' ); // HTML5 function aeprofiles_show_connected_agent() { if (function_exists('_p2p_init') && function_exists('agentpress_listings_init') || function_exists('_p2p_init') && function_exists('wp_listings_init')) { echo' '; aeprofiles_connected_agents_markup(); echo ' '; } }`

屏幕截图:

  • Genesis Agent Profiles all agents archive screen
  • Genesis Agent Profiles single agent screen
  • Edit single agent screen
  • All agents Dashboard screen
  • Connected Listings on Single Agent profile
  • Connected Agent Profiles on Single listing
  • Connected Listings widget on Agent Profile Edit screen
  • Connected Agent widget on Listing Edit screen
  • Register Taxonomy screen for Agent Profiles

更新日志:

1.2.1 1.2 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0 0.9.1 0.9 0.1.3 0.1.2 0.1.1 0.1.0