9 replies
  • WEB DESIGN
  • |
hello guys,

is there a way to remove header on certain pages?

i want to use my old site as a landing page.

chris
#header #remove
  • Profile picture of the author BillyW
    What's the URL?
    Signature
    Qosso.com - Exceptional Branding At Affordable Prices
    {{ DiscussionBoard.errors[7549058].message }}
  • Profile picture of the author blogfreakz
    We can help you better if you post the live url..
    {{ DiscussionBoard.errors[7549119].message }}
  • Profile picture of the author mgreener
    Yes, if plain html files or Wordpress there are ways to do it.

    If Wordpress, look into conditional tags, basically you would edit the header.php file to say if the page is X show the header, if the page is Y don't show the header, etc.

    Conditional Tags « WordPress Codex
    {{ DiscussionBoard.errors[7549301].message }}
    • Hi Chris,

      There is a plugin called WP Display Header http://wordpress.org/extend/plugins/wp-display-header/ that allows you to have a different header on each post or page, either from your theme or images you upload.

      I haven't tried this, but it may be possible to upload an image that is e.g. only 1 pixel in size and make that the header on certain pages (you choose your header when you create a new page or post).

      There is an option to remove the header image, but that quite likely removes it on all pages, again, I haven't tried it. (I found this plugin when my daughter was looking for a way to show different images on different pages and we did a search.)

      Otherwise all I can think of is the suggestion already made of editing the header.php if you're comfortable with that.

      Paul
      {{ DiscussionBoard.errors[7550720].message }}
  • Profile picture of the author anandshaw
    your url or platform information(wordpress, joomla...) is required to help you.
    {{ DiscussionBoard.errors[7550752].message }}
  • Profile picture of the author christophergrapes
    thanks i will try the plug in , if it will not work, i will try editing it

    problem is im very limited when it comes to coding
    {{ DiscussionBoard.errors[7550915].message }}
  • Profile picture of the author christophergrapes
    tried the plug in , it did not remove the header, there are options to change the header but there is a menu also that i have to dealt with .
    {{ DiscussionBoard.errors[7550960].message }}
  • Profile picture of the author BillyW
    #header-img { display: none;}

    Add that to your CSS file. Let me know if thats what you're looking for.
    Signature
    Qosso.com - Exceptional Branding At Affordable Prices
    {{ DiscussionBoard.errors[7551549].message }}

Trending Topics