Home Forums Pro Themes Education Hub Pro Unable to Disable Posts

Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7584
    CherylR
    Participant

    Is there a way to disable the post section or even a page from the home page of my website? Here’s my site: http://www.usaparents.org/

    I’d like to delete this section altogether: http://screencast.com/t/CyJO3aPHd

    #7591
    wensolutions
    Keymaster

    @CherylR, well the posts section can be suppress to hide using custom CSS code.

    Paste the following CSS code in Appearance -> Customize -> Theme Options -> Custom CSS

    .site-content {
        display: none;
    }

    Next, referencing to your screenshot ‘edit’ texts just displays for logged in users. It won’t be shown to log out or normal site visitors.

    If you still have anything else, please let us know.

    Thanks

    #7593
    CherylR
    Participant

    Thank you!

    #7597
    CherylR
    Participant

    When I added the suggested CSS code, it not only removed the content from my home page (which I wanted), but from every page altogether, which is not what I wanted. As a result, I removed the code.

    What should my next steps be?

    Thank you.

    #7598
    CherylR
    Participant

    I think I may have figured this out. I went into the Home Page Options section and unchecked the Show Home Content box. Things seem ok now, but I am still unable to remove the comment option from one of my pages: http://www.usaparents.org/about/

    #7626
    wensolutions
    Keymaster

    Hello @CherylR

    To remove comment from you about page, first you need to go to particular about page edit screen.
    After that you will Screen Options on the top right corner you need to click that, then menu will expand, and now you need to check the check-box Discussion. Now after that go below the screen you will see Discussion section. Now uncheck the check-box Allow comments.
    You can further refer below attachment.
    https://www.dropbox.com/s/klo0bswfz7ax4nz/about.png?dl=0
    After that Update you page then you should be done.

    Hope this will solve you issue.

    Regards!!!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.