I'm facing a problem with (apparently) easy solution... not to me, however =)
Somebody knows how can i remove (the correct way, of course) that « or » in the post navigation text?
I'm facing a problem with (apparently) easy solution... not to me, however =)
Somebody knows how can i remove (the correct way, of course) that « or » in the post navigation text?
create a childtheme_override_nav_below() and then copy in all the stuff from thematic_nav_below and delete the « parts. OR since the span has a class of meta-nav surrounding them you could css-them away with
.meta-nav {
display: none;
}
Thanks, ill try this.
Wow, i didn't noticed the class meta-nav haha Just saw it in the source code. Embarrassingly simple. The display:none is easily to use.
Thanks again.
no problem. don't forget to mark as resolved.
This topic has been closed to new replies.