Is BuddyPress the answer?
@alchymyth That’s it, that’s all I needed, thank you. I knew I was just getting something a little wrong – I had tried this already, to no effect, so perhaps I was making a typo or something silly. Anyway thank you for your answer, really. I find people are often unwilling to give general answers without looking at the page in question. I really appreciate your help.
And of course forget the classes I use in the above code – I just forgot to take them out. (Sorry about the 3 posts!) Here’s the real bare bones:
a
{
color:black;
text-decoration:none;
line-height:150%;
}
a:visited
{
color:#666666;
}
a:hover,a:active
{
text-decoration:underline;
}
Just to be clear: I understand of course that putting the above code straight into the CSS file wouldn’t work! That is just the bare bones of the code I want to apply to my wp_list_pages.