Add a sidebar/widgets to the Property post

Q: My Property posts and any Essential Real Estate pages are all showing up full-width. How to add a sidebar/widgets to the Property posts.

A:  You can override template with 2 ways:

  1. Create folder ere-templates in your theme, then copy the file in public/templates (ERE Plugin) to ere-templates folder then modify it (add sidebar…)
  2. Go to archive-property.php

 

You can see “ere_sidebar_property”, “ere_sidebar_agent”,… You can user add_action hook to add sidebar.