By codebutcher on
I've run my site through a few different link checkers and each shows the same problem;
the links I have in my blog categories box are seen as invalid - yet when I click them, they work.
What I do know is that I made the links from blog tag names. For example, here is one;
http://www.behindthemixer.com/category/church-sound-systems/interviews
What's up?
Comments
because rather than using
because rather than using proper absolute paths you're using ../../../
It works on most browsers, but it's pretty ugly. You can solve this with base_path() or using the l() function, however, I'm not sure how you're block is configured.
That's the thing, I
That's the thing, I hard-coded the full link (http...url....etc) in there. (I know not the best way just what I found the quickest way at the time)