• using the sydney parent theme. front page loads properly but has a leave a comment tag at the bottom of the page. i’ve unchecked all discussion/posts options for the front page yet its still there, i believe its in the code.

    fairly new here, is there any other option than having to build a child theme?

    site
    http://www.customtradeplan.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    You can hide it with this CSS code:

    
    .home #respond {
      display: none;
    }
    

    To apply it to your site, add it to Appearance > Customize > Additional CSS from your site dashboard.

    Regards,
    Kharis

    Thread Starter cusomtradeplan

    (@cusomtradeplan)

    Thanks Kharis, that did the trick!

    Since you’ve got the magic touch, could I ask you one more question? On my blog page, http://www.customtradeplan.com/blog/ it shows the 6 most recent posts but my side bar with all recent posts calendar etc has disapeared.

    I go into the page and the template box is gone so I can’t even adjust it from default or anything, it just shows parents with nothing in it stating its a main page, but how do I bring that back to a blog look and add older posts to the right?

    Thanks for the help
    Ben

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Front Page comment issue’ is closed to new replies.