Archive for header image
how to add photo to a background theme header image?
Posted by: | Commentswp themes Question: how to add photo to a background theme header image?
I want to customize my WP blog header, I’ve had a header image as background, just want to add a few more product pictures on the background, How to do that?
Best Response:
Answer by Ron
One background image to a container until CSS 3.0 is supported: http://www.w3.org/TR/css3-background/#layering
If you want to add images in the normal way over the background you have, then make a div container the width and height of all images being added. Then, use the image tag.
Example: http://paynelessdesigns.pastebin.com/3MdVqYmx
Ron
Visit wordpresstutor.tv for all your WordPress Video’s, WordPress News,WordPress Tutorials, and “How To WordPress” questions and answers! This is a simple video tutorial on Introduction to WordPress Robot.
How to Edit the Header Image in iNove 1.4.5 Theme for WordPress
Posted by: | Comments
How to Edit the Header Image in iNove 1.4.5 Theme for WordPress
How to Add Header Image to WordPress theme?
Posted by: | Commentswordpress theme Question: How to Add Header Image to WordPress theme?
I need to add an image above the menu for this theme
http://www.8bitmix.com/angeldreamsphotography/
But i can not Figure it out for this Theme does anyone haev any experience with the Reflection WordPress Theme
http://photoblog.xyloid.org/
Best Response:
Answer by j k
Try asking on the theme creator’s forum:
http://xyloid.org/forum/viewtopic.php?f=4
This Beginner-level WordPress Tutorial shows how to make a “Back to Top” link that you can insert at the bottom of a Page or Post – or in the middle of a long Page or Post – that takes you back to the top of the page when you click on it. This tutorial shows the easy way to create a “Back to Top” link. There is an advanced way that is covered in a separate tutorial. The advanced way takes you to the top of the page faster than the easy way because it works without reloading (refreshing) the page. But the advanced method involves adding a bit of HTML to the header.php text file in the WordPress theme, so you cannot use the advanced method on wordpress.com sites.
Can I change the header image per category on a wordpress theme?
Posted by: | Commentswordpress theme Question: Can I change the header image per category on a wordpress theme?
I have a blog that has a lot of different categories to it, and I wanted to make the header image change depending on the category. I’m using a pre-made theme that allows for the header image to change randomly, but there’s no way to be specific about when to change the header image. Does anyone know how to do this?
P.S., if you can find step by step details, I would very much appreciate it.
Best Response:
Answer by thundercats
Would you be able to post the PHP code of that pre-made random header image changer? And if you can post the code that handles the category. You might be able to hard-code it to pick a certain image depending on the category. Something like:
[pseudocode]
if category is computers, use netbook_image.jpg for header
else if category is autos, use ferrari_image.jpg for header
else if category is health, use yoga_image.jpg for header
etc
A step-by-step instructions how to change the look and design of your wordpress website.
