• Resolved jfry

    (@jfry)


    My website is https://www.riskquick.com . (The site is currently in development).

    This is not a blog so I won’t be creating any posts. If you scroll down t the bottom of the main page, it reads, “Nothing Found. Ready to publish your first post? Get started here.”

    How do I make that go away?

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • I removed in by editing no-results.php file..

    A better way to do it would be to create a static front page and then never touch the blogging aspect. If you edit the theme files directly, any changes you made would be lost if you ever updated the theme later.

    Thread Starter jfry

    (@jfry)

    Resolved:

    I tried the static front page first, but it did not resolve the issue.

    I went into the no-results.php file and put all of the code in the comments section. This worked.

    Thanks for your help!

    Hi
    I found following CSS code and it worked for me

    /*do not show blog*/
    body.blog #main-core{
    display:none;
    }
    /*Delete name BLOG*/
    body.intro #main-core{
    display:none;
    }

    The only problem is that Blog will neither be displaid on an other page

    Theme Author ThinkUpThemes

    (@thinkupthemes)

    @gfolie

    Please stop posting on existing support tickets, particularly ones that are closed. In line with forum rules please setup a new ticket for a new issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Minamaze-Remove Post Content in Main Page’ is closed to new replies.