I have a money making blog at www.kchut.com and would like to change the header, BLOGROLL menu on the right to FRIENDS. However, I cannot find the file that contains the BLOGROLL text... any help will be appreciated, thank you.
Not sure what theme you are using, but in the sidebar.php you'll probably see something similar to <h2>Sidebar</h2> <ul> <?php get_links_list(); ?> </ul> replace this with <h2>Friends</h2> <ul> <?php get_links_list(); ?> </ul>
If that doesnt work what i do is just creat the catagory Friends and put all the links there and keep blogroll empty and then it wont show.
You can edit the category 'blogroll' as well. Go to WP admin ----> Manage ----> Categories ----> Edit (Blogroll)