A Question about the theme Nerima Daikon 3c (http://themes.wordpress.net/index.php?s=nerima)
I installed the theme, and like it, but on the frontpage, below the header, are three “links” – link 1, link2, and link3 – But when I click on them, nothing happens.
I don’t know what they’re for or how to use them. I’m guessing they’re not like the ‘blogroll’ links I can add from my Dashboard/Manage Links.
Examining the theme files, I found what appears to be the link code in the header.php file:
</div>
<div class="static-navi">
<ul>
<li><a href="">link 1</a></li>
<li><a href="">link 2</a></li>
<li><a href="">link 3</a></li>
</ul>
</div>
So, what do they do? I did a quick google on 'static-navi' and didn’t turn up anything.
In the dark and hoping for illumination—
JJ