It appear with two g: Bloggroll
I have tryied to change the name Bloggroll with Links but it not change, it appear always Bloggroll
How can do?
Thanks
Massimo
It appear with two g: Bloggroll
I have tryied to change the name Bloggroll with Links but it not change, it appear always Bloggroll
How can do?
Thanks
Massimo
You can change the blogroll code in sidebar.php - search for following code:
<div class='box box_small'>
<h3>Bloggroll</h3>
<ul>
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
</ul>
and replace replace:
<h3>Bloggroll</h3>
<ul>
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>
</ul>
with your own headline and link list like:
<h3>Links</h3>
<ul>
<li><a href="http://google.at>Google</a></li>
<li><a href="http://youtube.com>Youtube</a></li>
</ul>Great!
thanks so much.
Massimo
Glad that I could help you :)
You must log in to post.