Greetings,

How do I remove the comma that separates terms in the page title when viewing a page filtered by multiple taxonomy terms?

Eg,

when I go to mysite.com/taxonomy/term/6,4

The page title appears as "Term6, Term4"

How do get the page title to appear as "Term6 Term4"?

I have messed arround with the views_taxonomy.inc file but still haven't found a solution.

Any help would be much appreciated!

Comments

sliiiiiide’s picture

Yeah found it:
remove the comma on line 315 of the views_taxonomy.inc file

So this function isn't themable?

bshaf’s picture

The only comma on line 315 of views.taxonomy.inc is part of the php code and breaks my site if I remove it. Anyone have an update?