Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #47827

    Hi, I want my blog posts to appear beneath the featured content on my homepage, I have followed the theme instructions but nothing appears…
    My settings are: “Appearance => Theme Options => Homepage Settings => Homepage / Frontpage Settings” in WordPress Dashboard
    Next to “Enable Latest Post or Page?”, check the box that says “Check to Enable”
    Save Changes

    I have also made sure the box “latest posts” are marked instead of static page.

    Web adress; sundmans.se

    thanks for your help!
    Kind regards Helena

    #47863
    Sakin
    Keymaster

    Hello Helena,

    I see that you have added int he following css in “Appearance => Theme Options => Custom CSS” box.

    .home #content-sidebar-wrap, .page .entry-header {
        display: none;
    }

    Just edit that css to the following:

    .page .entry-header {
        display: none;
    }
    #48055

    Hi Sakin,

    now it works perfect! Great help as always 🙂 Thank you very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog post does not show on first page’ is closed to new replies.