Re: Theme: iNove Release (v0.1)
Do you mean the link back to my blog Ganzuelo?
If so, you can adjust this in the header.php file.
On line 31 you can find div id=”navigation”, from there are, my code looks like this.
<div id="navigation">
<ul id="menus">
<li class="<?php if(is_front()) { ?>current_page_item <?php } ?>page_item"><a class="home" title="Home" href="<?php bb_option('uri'); ?>">Home</a></li>
<li class="<?php if(is_front()) { ?>current_page_item <?php } ?>page_item"><a href="<?php bb_option('uri'); ?>search.php" title="Search">Search</a></li>
<li class=""><a href="http://zoekmachineguru.nl" title="ZoekmachineGuru blog">Zoekmachine Optimalisatie & Marketing Blog</a></li>
</ul>
I hope this help you out.