• Hi

    I am currently using the Edegree theme. I am not experienced in coding but do understand a little bit.

    In my theme there are no ‘Menus’ the pages automatically get put in the navigation bar. ‘Home’ is already there and has no related page in the ‘Pages’ section.

    So when I try to set the ‘Front Page’ and the ‘Posts Page’ it is not possible (the post page ‘news’ works but just then displays the home page).

    I want to have the slider on the home page but remove the blog posts on this and have just text. Then on the ‘News’ page have the posts but without the slider.

    Is it possible for a novice to be able to change this or am I biting off more than I can chew?

    If it is possible could someone point me in the right direction? Would I achieve it by using page templates or something else? Any hints would be great.

    My site: https://www.equinesites.co.uk (though i am currently testing on a dev site).

Viewing 3 replies - 1 through 3 (of 3 total)
  • Refer to the Creating a Static Front Page entry in the Codex.

    Thread Starter miskettie

    (@miskettie)

    Hi Chip

    That really helped. Thank you. I think I have sorted it out now.

    Just a quick question – is there a way to change the title of my static home page to ‘Welcome’ without the navigation changing to the same name? (I don’t have the options of having custom menus on this theme).

    Thank you!

    put this in your CSS

    .page-id-72 h2.catheader { display: none; }

    Which *should* hide the title.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I remove blogs from home page and put on a news page?’ is closed to new replies.