How can i ADD different header on each page on wordpress?

3 replies
  • WEB DESIGN
  • |
I just wondering if i can put different header on each page?

I'm using a plugin Header Slideshow
is it possible?

your response would help resolve my problem

Thanks in advance
#add #header #page #wordpress
  • Profile picture of the author Fernando Veloso
    You can definitely have different headers for different Pages. But you'll need some skills to create Custom Pages. Check the link from WP Codex and see the "Creating Your Own Page Templates" part.
    Signature
    People make good money selling to the rich. But the rich got rich selling to the masses.
    {{ DiscussionBoard.errors[5276898].message }}
  • Profile picture of the author RobKonrad
    No necessarily.

    You can use wordpress conditional tags: if(is_page('About')){ echo '<img src="the-path-to-your-image/about.jpg" />'; }

    You'll have to replace "the-path-to-your-image" with the actual path to your image. For different pages, just replace "About" with the title of your page. For example:
    is_page('Contact Us')

    This needs to go where the header image is defined, of course.

    Cheers,
    Rob
    Signature
    ================================================== ===
    This blog is awesome: http://www.robkonrad.com/blog. Read it.
    ================================================== ===
    {{ DiscussionBoard.errors[5278419].message }}
    • Profile picture of the author ansokclifford
      thanks for your help guys.

      problem solver
      {{ DiscussionBoard.errors[5282180].message }}

Trending Topics