sunshine9689
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Cannot access my admin pageFound my answer here:
http://www.tamba2.org.uk/wordpress/phpmyadmin/Awesome help! Thanks.
Forum: Themes and Templates
In reply to: Making a header image as a link to homepageThank you, Michael. Your link is also useful.
Forum: Themes and Templates
In reply to: Making a header image as a link to homepageOops. For some reason it did not show in the post.
I
ll try again, but Ill use space:Add < a href=”index.php” > at the front. And add < / a > at the end.
Forum: Themes and Templates
In reply to: Making a header image as a link to homepageI figured it out myself! I am so proud. :))))
If anyone needs this information, then here it is:
Go to Edit Themes –> Header.php.
In the Header.php go into the <body> part. Find the info on your image.
In my case it looked like this:
<img id=”frontphoto” src=”<?php bloginfo(‘template_directory’); ?>/img/front.jpg” width=”760″ height=”280″ alt=”” />Add this in front:
And this at the end, making it look like:Press Update File and you should be set. 🙂
Viewing 4 replies - 1 through 4 (of 4 total)