Tagged Questions
0
votes
0answers
21 views
I want to change my header color and insert a image in footer [closed]
So, I have been developing this wordpress site recently, and I want to change the header color to black color, I have used the Theme Tweaker plugin, but dont work. I also try using the css editor to ...
0
votes
1answer
137 views
Display different header images based on current page
I want to display, based on the current page another header image.
Short example:
Home -> Image A
PageId 1,2,3,4 -> Image B (2,3,4 are childs of page
1)
PageId 5, 6 -> Image C
...
I tried to ...
0
votes
1answer
72 views
Changing 2011 theme header image based on user dropdown
I posted earlier about changing my site's CSS based on user-choice from a drop-down and storing it in a cookie, which I think I have now resolved, and sort-of have working at the following address ...
-2
votes
1answer
212 views
How to place an image into header.php? [closed]
I'm trying to customize twentyten theme.
this is part of header.php:
<body <?php body_class(); ?>>
<div id="wrapper" class="hfeed">
<div id="header">
<img id="topL" ...
0
votes
0answers
42 views
Header Image in Melville Theme [closed]
I'm trying to replace the title text in the Melville theme with an image. I actually had it in there and working properly for several days and then lost it when I was tinkering with my header.php file ...
1
vote
1answer
92 views
Echo URL of large version of Featured Image
I use this plugin to echo the URL of a post's featured image in the header:
<?php
/** Plugin Name: Post Thumbnail FB header */
function fb_header()
{
// Not on a single page or post? Stop ...
0
votes
1answer
82 views
How to add cropped custom header image?
I don't see in my custom theme any option for uploading the header image (although there is a code for it in the header)
Do I need to register it somehow?
Also, I have a specific size I want to ...
0
votes
1answer
60 views
Can i have a slider image with images on my wordpress.com site? [closed]
Now, what i wish to do is set a page as a static as my landing page on my wordpress.com site.
That page should have a couple of slider images which would be hyper-linked to my other pages, not ...
0
votes
1answer
451 views
If custom image header does not exist display text header
I've added a theme options page to my site (in my functions.php file):
add_custom_image_header('', 'admin_header_style');
My header.php contains this code, which displays the Featured Image as the ...
2
votes
1answer
101 views
What is the Wordpress Pinecone sitting on top of? [closed]
Does anybody know where wordpress gets their banner images? Perhaps we could find the original photo? I'm curious just what exactly this pine cone is sitting on top of.
0
votes
2answers
204 views
PHP or JS for header image rotator?
I'm working on a site that is using this PHP script to load a random header image every time it reloads.
I would like to use Javascript instead to allow the browser to cache images and improve load ...
1
vote
1answer
135 views
Show an image in my header.php
I want to let my customer choose any image (in my backend) and then it will be displayed in my header.php. i've found Image Widget, but it just show images in the sidebar. I want something like:
...
0
votes
2answers
156 views
How to internationalize header image?
I have in the following code in the template:
<img src="<?php header_image(); ?>" />
However, I want to change this image according to the language selected (through GET parameter ...