Auto Nav

Permalink
Is there a way to put a <br/> in a certain auto nav name?

bryanlewis
 
Mnkras replied on at Permalink Reply
Mnkras
what do you mean, so it goes on 2 lines?
bryanlewis replied on at Permalink Reply
bryanlewis
Yep, that is exactly what I want.
Mnkras replied on at Permalink Reply
Mnkras
There are several ways, using page attributes and a custom template, or a just a custom template that does a str_replace on the page name.
jb1 replied on at Permalink Reply
jb1
The str_replace method will work great I've done that before to replace a link with an icon.
jb1 replied on at Permalink Reply
jb1
You could do that with some jQuery. But question would have to be raised if it's a good idea. You'd need to add the jQuery code to every page, so hardcoding it the template would be easiest.