Help req please with filter issue

2 posts by 2 authors in: Forums > CMS Builder
Last Post: August 2, 2018   (RSS)

By daniel - August 2, 2018

Hello,

One way to accomplish this would be to modify the section where you output the header to something like this:

if( empty( $_REQUEST['category'] )) {
  echo 'All Listings';
} else {
 ** your existing header output code **
}

Let me know how this works for you, and if you have any further questions.

Thanks,

Daniel
Technical Lead
interactivetools.com