I just installed WP a few days ago, using the human condition theme which I modified slightly, and I'm still amazed at how easy it all was. WP is really an amazing script with so many features you could get lost. It's almost like using a word processor. The only problem I'm having is that when I tried to add blogroll to the sidebar, WP adds the date header graphic, which is way too wide for the sidebar. I can't seem to find the code snippet that is telling WP to do that.
Comments, suggestion, etc will be greatly appreciated. Thanks...
http://www.whisperingalley.com/shoutbox/wordpress/
The code is adding an H2 to certain things, that's why you would be getting the graphic, since you appear to have added that to your H2.
See here for fix:
http://wordpress.org/support/topic.php?id=24245
Thanks, that did the trick. The only thing is WP is sticking blogroll at the top of the sidebar and I imagine it should really be further down the list, so that'll be my next task...finding the best way to change the order of the sidebar items...
Thanks for the H2 tip.
aetherFox
Member
Posted 4 years ago #
Order of the sidebar items? Well, under your admin panel, go to Presentation > Theme Editor and pic the file that says sidebar, and then edit the code to your heart's content.
I am assuming since you can "[modifiy] slightly", you know how to edit basic HTML.
Yeah, I can definitely edit basic html...thanks for the info on which file to edit. Wouldn't be good if I edited the wrong file and buggered up the works...