I am trying to place an image in the header where there is currently only text. I am not familiar with php. What/where do I insert code to show an image? Sorry if that is vauge as hell.
In Wordpress (assuming version 2 or higher), go to your admin panel | Presentation | Theme Editor. You don't need to know PHP. There are PHP statments inserted into the document (identified as something like "<?php wp_title(' '); ?>") but it is HTML. Determine where you want the header image and use HTML to place the image there.
Some of the themes for WordPress, it have some easyway to insert it, which is also you can find a header.php under the themes that you use, and normally most of the header image code can be inserted after the <body> PHP: but another case, some doesn't define the images, you might give a try with this code, <div align="left" onclick="location.href='http://yourdomain.com/';" style="cursor: pointer;"><img src="http://yourdomain/images/yourimage.jpg"></div> PHP: With this code, whenever visitor point at your header title or image, it will have a link to your own domain. Cheers.
Thanks for your help, minstral and davcheong. I finally just played with it and dove in. I liove wordpress! I wish I had used it for my other website, tho I doubt the themes/templates would be able to accomadte the layout I have with just html =(
Do stay more in DP, and you can learn about not just Wordpress things, but also others related which will let you learn more and more. You shouldn't be saying "I liove wordpress!", should shout like this too, "I love DP and DP member and lastly also wordpress!!". cheers. Feel free to ask here, all DP member will be glad to help.
Hi guys i have a similar problem..need some help pls! This is the thread: http://forums.digitalpoint.com/showthread.php?t=98518 Any hints are greatly appreciated!