Adding extra status flags in Real Estate 7

1 min read Knowledge Base

Super simple and this process also applies to translated statuses or new statuses in any language — all you need to do is add some CSS!

Frontend

  1. Tag a listing with your new Status, for example, “Long Term”
  2. Go into WP Pro Real Estate 7 Options > Custom CSS
  3. Add h6.long-term span { background: #3b504b;}
  4. Save Settings
  5. Repeat for however many Status Flags you’d like!

Admin Side

  1. Create a child theme, one is already created automatically during the setup wizard but if you skipped that step refer to Child Themes
  2. Add this to your child themes functions.php
  3. Change the “rented” to match your new status
  4. Change the hex code to whatever you’d like
  5. Save