Hi, I've read several issues similar to mine but there remain a few mysteries I am not able to resolve, as to "how to" accomplish this:
I want to assign a fixed image header to a specific page, and, maintain a fixed image header to all posts.
Like this:
post/content and single page archives = header image:'posts'
about page = header image:'about'
archives-list page = header image:'archives'
gallery page/s = header image:'gallery'
contact page = header image:'contact'
...etc. as content developes...
First:
I am directed to WP instructions that advise me to first identify the "number" of each page, respectively ("To find the Page ID, go to Pages->Edit and hover over the title of the page. The status bar of your browser will display a URL with a numeric ID at the end. This is the page ID").
However, no such numbers appear to me in my browser (neither IE nor Firefox). THUS, I am not yet able to identify Pages-by-their-Numbers.
== Do you know how to do that (identify the "Page number")? ==
Second:
I read the following information on another question here with your answer, Ravi, but I don't understand this.
This is what you wrote:
[BEGIN QUOTE}
Add another line of elseif code (like how you'd do for additional Pages) but with a different conditional. here's the code:
<?php } elseif (is_home()) { ?>
<img src="<?php bloginfo('template_url'); ?>/headers/image.jpg" width="920"
alt="<?php bloginfo('name'); ?> header image" />
[END QUOTE}
I wondered if you could please be more specific for those of us who do not understand fully all of what was expressed there ^^.
Specifically, what area of that code do I modify to include my own information (site + image name, etc. and in full hyperlink code or what), and, where do I include that?
Appreciate any / all helps that can be provided.
I have managed to use Primepress very well so far and am very pleased with it, but I don't understand this last hurdle and how to accomplish the specific headers-with-specific-pages and that's an essential task inorder for my site contents to make greater organizational sense.