Hi,
I just got into developing WP themes. I should also mention that my PHP skills are nowhere near 'strong'!
I started developing a child theme, and I added a logo instead of the default text for the site title. I got the instructions from a topic on the forums here.
It was working fine on my new default installation of WP 3 on my laptop. But when I uploaded the theme to my server, the logo shows up only on the home page due to permalinks being used on the server.
On local machine, the css is
<a href="http://localhost/new/"><img src="wp-content/themes/new/images/logo.png" alt="Logo" /></a>
Any idea on how to resolve this issue?
Thanks!