WP Residence Help WP Residence Help

  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API
Home / Technical how to | Custom Code Required / Technical how to : Delete agent email

Technical how to : Delete agent email

2251 views 0

To delete agent email from agent page  try this css in wp-admin -Appearance  –  Theme options – Design – Custom css

.agent_meta a {
display: none;
}

To delete agent email -agent on sideber- from property page go in agent_unit_widget.php and delete below code:

if ($agent_email) {
print '<div class="agent_detail"><i class="fa fa-envelope-o"></i>' . $agent_email . '</div>';

To delete agent email from property page go in agentdetails.php and delete below code:
if ($agent_email) {
print '<div class="agent_detail agent_email_class"><i class="fa fa-envelope-o"></i><a href="mailto:' . $agent_email . '">' . $agent_email . '</a></div>';
}

For delete agent email from agent list page go in agent_unit.php and delete below code:
}
if ($agent_email) {
print '<div class="agent_detail"><i class="fa fa-envelope-o"></i>' . $agent_email . '</div>';
}

  • For delete agent email from featured agent shortcode go in agent_unit_featured.php and delete below code:

if ($agent_email) {
print '<div class="agent_detail"><i class="fa fa-envelope-o"></i>' . $agent_email . '</div>';
}

Technical how to | Custom Code Required

Related Articles

  • Technical: Change the Schedule Tour Email Text and the Form Default Message
  • Property list filter customization
  • Technical – How to Change the Minimum Image Dimensions for Property Uploads in WPResidence
  • Introduction to WPResidence Header Customization

Help Categories

  • 18Agent, Agency & Developers
  • 5Blog Posts & Blog Lists
  • 38Elementor Shortcodes Built-In
  • 45FAQ
  • 15Footer
  • 5Getting Started
  • 37Header
  • 2IDX & MLSImport
  • 6Installation & Setup
  • 23Installation FAQ
  • 23Maps & Location Settings
  • 21Multi-Language - Third Party Plugins
  • 6Other Third party Plugins
  • 20Pages
  • 4Payments & Monetization
  • 20Property Lists, Categories & Archive
  • 37Property Pages & Layouts
  • 31Search & Filtering
  • 162Technical how to | Custom Code Required
  • 8Technical: Actions and filters
  • 6Technical: Child Theme
  • 86Theme Options & Global Settings
  • 7Translations & Languages
  • 16WPBakery Shortcodes
  • 50WPEstate / WPResidence Translate Plugin
  • 51WPResidence / WPEstate CRM
  • 50WPResidence 5.0 Documentation
  • 8WPResidence Elementor Studio

Join Us On

Powered by WP Estate - All Rights Reserved
  • WPRESIDENCE
  • Video Tutorials
  • Client Support
  • API