• I am trying to make a web portfolio, I would like to have the blog in only one page and erase all the posts information from the other pages, also I would like to know if i can leave the header image in the home page and erase it form the others pages. Is that possible if so how can i do it?

    I just beginning with this page: danaduarte.co

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author bandicootmarketing

    (@tinkerpriest)

    You can’t erase the post info from other pages, since WordPress creates archives and other pages automatically that will contain info about your posts. If you don’t want your blog on the home page you can set up a static front page and a specific blog page in the customizer.

    Removing the header image from certain pages would require CSS that hides that section. Each page has a unique class in the body tag that you can use the set this up.

    Hi,

    I have a question in addition to the one above. I have set up my site so that every page has is own header image. But there is one page (my blog page) in which I would like to remove the header image. Do you have the css code for this? Is there a code I can use in my custom css? (that woul be great; not using a child theme).

    Already tried using this one:

    .header-img {
    display: none;
    }

    .home .header-img {
    display: block;
    }

    But this removes them for all other pages except my home page.

    Help greatly appreciated!

    Thanks!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Blog design’ is closed to new replies.