Forum Replies Created
-
In reply to: 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.
In reply to: Theme: iNove Release (v0.1)Hm ok. I tried the original the original rss2.php file and still had the same problem.
Then I tried the original theme and still same problem.
Think it might be a Google Chrome issue, since I’m not getting this with FF?
In reply to: Theme: iNove Release (v0.1)@suzkaw – Thanks for the reply. Neither did I touch the rss feed file. I’ve just uploaded your new theme and it’s the same as the old theme. So i don’t know what’s going on there.
I’ll try an original rss2.php tomorrow and see what the results are. I’ll keep you updated.
In reply to: Theme: iNove Release (v0.1)@suzkaw Is it just my setup, or does the RSS feed (all rss feeds) give a error?
This is the error I get:
This page contains the following errors:
error on line 11 at column 88: xmlParseEntityRef: no name
Below is a rendering of the page up to the first error.
If you want to see the error for yourself, you can try this page: http://zoekmachineguru.nl/seo-forum/topic/indexeer-je-interne-zoekresultaten-optimaliseer-deze-dan-ook-pas-op
Hope this is my setup…
Thanks for the wonderful theme by the way. I’m loving it.