Thread Starter
STSTN
(@ststn)
Hi Ron,
Not sure what you mean, but, I did a one-click installation of WordPress via my webhosting so what ever was downloaded there.
I did copy and paste the header.php into notepad and was editing it that way, but stupidly saved the document without renaming it, so I lost the original header.php code.
I amended the code where it starts and ends <span> as I was trying to insert an image into the site-title section.
Doh!!
Thread Starter
STSTN
(@ststn)
Below is the current header.php. I messed up the bits between the <span> and </span> section. If someone could just help me with that little bit I would stop crying!:(
[Code moderated as per the Forum Rules. Please use the pastebin]
Roy
(@gangleri)
There’s a big, red button on top of this page. This is the WP download pack for manual installation. This pack contains the theme you are looking for in its original form.
Thread Starter
STSTN
(@ststn)
Hi Roy,
A friend worked some magic…all that was needed was to delete:
title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home">
All fine now! Phew!
Thanks for your help though.