Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #102179
    AdamP
    Participant

    I recently set up a website using your theme Clean Journal. I love how it’s enabled me to achieve a streamlined and professional look for my online writing service, Wrote-IT.ca. But there’s a catch: a 404 error message that pops up on the bottom of the screen where the blog content should be.

    I don’t have blog content yet — it’s something I plan to add at a later date. I wondered if for the interim, there was a way to remove the Blog Section from the landing page so the 404 error does not show. Is there a way to do that? I’ve spent time looking for a solution but had little luck so far.

    Please help!

    Thanks.

    #102189
    Mahesh
    Keymaster

    @adamp: Thank you for using Clean Journal. Well this can be done in two ways. Either use custom CSS to hide the content from home page, or use the static page.
    1. Using Custom CSS: Go to Dashbaord=> Appearance=> Customize=> Theme Options=> Custom CSS box and add the following CSS:

    .home #content {
        display: none;
    }

    2. Static Page: Go to Dashbaord=> Appearance=> Customize=> Static Front Page and select A Static Page in Front page displays option and select the Page you want to display on the homepage, and Blog page to to display posts.
    Using Static page will display content of the page selected.

    Regards,
    Mahesh

    #102193
    AdamP
    Participant

    The first way solved the problem.

    Thanks!

    #102201
    Mahesh
    Keymaster

    @adamp: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Error 404-Page NOT Found (Remove Blog Section from Front Page)’ is closed to new replies.