Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #54998
    Robert
    Participant

    I want to show no post in the frontpage (startsite) Is this possible?
    When I select no post, there comes a Error 404-Page NOT Found, Ready to publish your first post message.
    And when I create a Post, I cant style it in the frontpage. In the post himself I can style it but in the frontpage it looks complete diffrent.
    Thanks Robert

    #55058
    Sakin
    Keymaster

    @Robert: If you don’t want to show any post in your homepage.

    1 You need to create blank page from “Pages => Add New”
    2 Then you need to go to “Settings => Reading” and in “Front page displays”, you need to check “A static page (select below)” and select the blank page you have create in “Front page” and save changes.
    3. Finally you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
    .home #content { display: none; }

    #55098
    Robert
    Participant

    Great thanks. Best regards

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘No Post in the Frontpage’ is closed to new replies.