I want to add some links in the sidebar to other pages within my site.
I'm new at this and cannot figure it out.
I am using the wpc_default skin and I am just editing it to suit my own needs.
For wpc_default, it looks like the sidebar starts around line 143 (also _main.php), and you could play around adding the links wherever you want them - maybe line 148... the wpc skin is different than custom, so you'll have to experiment a bit to get it the way you like it.
I use the custom skin, and put some links near the top of the sidebar (line 215 in _main.php, for that skin). Here's what that looked like:
For wpc_default, it looks like the sidebar starts around line 143 (also _main.php), and you could play around adding the links wherever you want them - maybe line 148... the wpc skin is different than custom, so you'll have to experiment a bit to get it the way you like it.