No, you don’t need to be good at php to use WP. I’m clueless about php.
Q1 — no idea.
Q2 — look for sidebar.php in your theme directory. It shouldn’t be hard to figure out where to put the appropriate code.
Is the code that is injected into sidebar.php in php or HTML or ?
Go to sidebar.php in your current theme, either open it in wordpress or use an outside editor such as notepad (or whatever you use to edit)
Another way that might be easier. Open your blog admin (where your dashboard is) and go to Presentation/Widgets.
WP comes with some built in widgets. Pull a text widget into the sidebar. If you click on the widget’s icon you can input html here for images or just about anything. Make sure you upload your images also or they won’t show up.
Many parts of WP are controlled by style.css. And, as geekgirl indicated you can drop HTML into the php file that controls the part you want to modify like footer.php or header.php or sidebar.php.
I don’t understand php at all either so it is trial and error for me.
Regards,
Keith
geekgirl
– tx for the response!. I’ve been in, and attempted editing, sidebar.php – could not figure out how or where to place html to make anything happen.
Kmessinger
– that worked (after some wailing and nashing of teeth) thanks! I’m going to need more than 1 of these though so I guess I need to figure out how to have more than one text widget available at a time.
Thanks again both of you for the responses!