- This topic has 5 replies, 2 voices, and was last updated 6 years, 5 months ago by
tikaram.
-
AuthorPosts
-
July 9, 2017 at 1:09 pm #118862
Fenki
ParticipantYet I was googling for hours and didn’t come up with a solution. However: all I found seems to be theme related. So here is my question:
On my website (http://www.fenki.ch) I use NepalBuzz Pro. As the homepage, I use the static page which shows new pages up to the <–more!–> tag. As far as good – I’m happy with the way it works – but:
If discussions are enabled in the page, the frontpage shows the comment form, which basically should be hidden due to the “Read more”.
Is there any way to get this form hidden from the static front page?In worst case I can go to tinker around in some PHP scripts with my basic knowledge… but maybe I just cannot find the option.
Thanks a lot
Jan
July 10, 2017 at 1:12 am #118874tikaram
Keymaster@fenki: Go to Pages in WordPress dashboard and click on edit on the page you want the comments to be disabled. Scroll down and find Discussion Box . If you can’t find the discussion box you will need to enable it by clicking on
Screen Options
which is located at the top right of the page.
Click on discussion to enable it.
After discussion is enabled
Uncheck : Allow comments and Allow trackbacks and pingbacks on this page.
Hope this solves your issue.Regards,
TikaramJuly 10, 2017 at 1:22 am #118875Fenki
ParticipantHi Tikaram
Thank you very much for your answer. But this switches off the comments on the specific page too.
For now, comments are active on one page for test – and I would want to keep the option for comments inside the page: http://fenki.ch/?page_id=80
What I don’t want is for the comments and input form to appear on the static front page ( http://fenki.ch – underneath the top article entry). All I can do is to enable or disable the comments on “Home”, which adds or removes an additional one on the bottom of the static front page. So this one doesn’t help either.Basically I want to disable the comment module on the static front page – even if a sub page is partially shown, the comments should be hidden for those as well.
Regards
Jan
July 10, 2017 at 5:08 am #118890tikaram
Keymaster@fenki: Go to Appearance => Customize => Additional CSS and add the following css.
.home #comments{ display: none; }
Hope this solves your issue.
Regards,
TikaramJuly 10, 2017 at 5:52 am #118896Fenki
ParticipantHi Tikaram
This is exactly what I need 🙂
Thank you very much for your help and best regards
Jan
July 10, 2017 at 6:13 am #118899 -
AuthorPosts
- The topic ‘Remove "Leave a reply" from entries on static frontpage’ is closed to new replies.