removing "Ad Categories" string from page title
When viewing all ads in a single category, the page title says: "Ad Categories" followed by the name of the category (e.g. "Ad Categories Cars"). This is as opposed to just saying "Cars".
Here is a screenshot showing some examples from 2 different child theme demos and the ClassiPress demo:
cp_page_title_prefix.png
You can see the current behavior on the ClassiPress demo site, here:
http://demos.appthemes.com/classipre...o/cars-trucks/
I want to eliminate the string "Ad Categories" from the page title, so that, when viewing all ads in the category named "Cars," the page title is simply "Cars".
Have any of you achieved this (without using an
SEO plugin)? For example, by changing some ClassiPress or WordPress settings, or hooking a function to the
wp_title filter?