Showing JUST the Agent’s listings

[easyembed field=”custom-css”]

How It’s Done

Here is the widget code showing you how this display is generated.

1. Display Results

For WordPress:

[mbb_widget id="MBBv3_ListingResults"]

For HTML:

<div id="MBBv3_ListingResults"></div>

2. Hide Criteria Badges

On the /results2 page, we use the standard Results Widget. But, we also load some additional CSS to hide the 'criteria' badges (so they cannot be removed) and the 'new search' button
<style>
.bfg-criteria-office-id,
.bfg-criteria-agent-id,
.results-new-search {
display:none !important;
}
</style>