Change the price range

Hi,

  1. I would like to change the price range in the filter to 1 -10 000.

  2. How do you get rid of the header image on each page.

  3. Is there any way to make a “community” just like on this website where costumers can give feedback and ask question?

Thanks

  1. The range depends on the existing listings (to avoid empty search results), for example if there are listings with $1 and $1000 price then the range will be set to 1-1000, since searching for 1000+ would return no listings.

  2. If you mean header image then by default properties/listings pages do not have it. If you mean a single post page then you can remove the featured image for a post to remove the header image or you can use this CSS snippet too

.single-post .header-hero{
	display: none;
}
  1. You could try to use the bbPress plugin. I also recommend creating a forum on a subdomain because keeping it within the same site (if you have many listings) may slow it down (since WordPress stores everything within the same database tables).
    Or you can try another forum solution like Discourse which has more features like voting, marking topics as solved, assigning staff to topics, etc.
1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.