I’ve never used the simpla theme but I figure it’s probably the same as most. In your header.php file in your simpla’s theme folder you will find something similar to this:
`<h1>/”><?php bloginfo(‘name’); ?></h1>
Ok, for some reason my post got cut off. Lemmie try again.
I’ve never used the simpla theme but I figure it’s probably the same as most. In your header.php file in your simpla’s theme folder you will find something similar to this:
`<h1>/”><?php bloginfo(‘name’); ?></h1>
Thread Starter
rswday
(@rswday)
Try carrying on from there?!
I’m not sure what the problem is. I post the code correctly but some reason it cuts it all out. But when I look at your site it seems like you have it working. Right? If not, let me know and I’ll email it to you.
Thread Starter
rswday
(@rswday)
MY site currently comes up with the pic but the rest of the site is mucked up, could you send the code to:
robsw.day@btinternet.com
?
Thanks.
From looking at your source code, it seems that you have inadvertantly deleted everything in your <head> element as well as your <doctype>. Basically, everything that worpress needs to give your site apperance and function.
If you replace everything befor the <div id="header"> element you should be fine. Just cut and paste it from an unaltered version of your theme.
And as far as the header image is concerned, that all looks correct. No need to email you any code.
Looks like you got it. Don’t forget to post how and why so other people can figure it out.
Thread Starter
rswday
(@rswday)
I have the theme working, but I need to get a picture there instead of words..
Do you know how?
I sent it along. Now don’t go deleting all that stuff again. Good luck.