Remove entire comment and navigation area from chunk page posts only

  • I’m using the Chunk theme and I would like to totally remove any code involving comments and navigation on pages only, not posts. There is a gap at the bottom of the page content area and above the footer that I would like gone. My blog is http://lindalush.com

    Thanks!

  • I also have another issue with this theme – I want to remove the left margin from pages only, and not posts. I used this in my child theme and it made the pages look proper, but the posts are also affected.

    #contents {
    background-color: #FFFFFF;
    border-left: 0px solid #CCCCCC;
    height: auto;
    margin-left: 0px;
    padding-bottom: 10px;
    }.

    As far as my first issue, I think I have it solved. I couldn’t find “post new” again to start a new thread, so I just appended it here. Please forgive me – It’s been a long Friday 13th…

  • Where is the edit post button for a previous post?

  • The site you are asking about does not seem to be hosted on WordPress.COM so you need to make friends over at WordPress.ORG the keepers of the software you are using.

    https://en.forums.wordpress.com/topic/7-things-to-know-before-posting-in-wordpresscom-forums?replies=1

    This site is for support of sites hosted on WordPress.COM. You should address your questions to WordPress.ORG the keepers of the software you are using: http://wordpress.org/support/

    The forum at WordPress.ORG is not connected to WordPress.COM so you will need to open an account at .ORG if you do not already have one. You may use the same email at WordPress.ORG as you do at WordPress.COM.

    For more on the difference: http://support.wordpress.com/com-vs-org/

    If you are asking for help with a WordPress.COM site then we need a link to that site to give you accurate help.

  • I’m using the Chunk theme and I would like to totally remove any code involving comments and navigation on pages only, not posts.

    To apply CSS to pages only, you can use the body classes. For pages, there is a “page” class, so you should be able to setup your CSS like this:

    .page {
    	/* put your css here */
    }

    Where is the edit post button for a previous post?

    Load the previous post in your browser, and then click the Edit link that appears in the toolbar options.

    Because your site is not setup here at WordPress.com, please post future questions about the Chunk theme in the WordPress.org forums at http://wordpress.org/support/theme/chunk

  • The topic ‘Remove entire comment and navigation area from chunk page posts only’ is closed to new replies.