Hello, I use the plugin HyperComments for Comments Social Login. Newspaper 9 theme puts comments in the middle of the Home Page (see the screenshot – https://ibb.co/1qzc5DP, website – dev.wilhard.ru).
The HyperComments puts comments to the place where the function comments_template is called in the theme.
How do I fix the problem? I do not need comments at all on the Home Page.
Thank you in advance.
My question is not about the plugin, but is about your theme. If there is a word plugin in the text that doesn’t automatically mean that there is no support))).
I wrote that the theme put the function comments_template in the middle of the Home page, but I do not need comments in the middle of the home page. How do I fix it?
Thank you in advance!
Hi,
Please notice that our page comments come by default at the bottom of the page, as you can see here -> https://www.screencast.com/t/TVF7MsSToQ These are available only for Page Template default and if you will enable the following options from here -> https://www.screencast.com/t/JCMmpjAyu4j I do not exactly understand what did you mean by saying that the theme’s comments appear in the middle of the page. This section does not come from our theme -> https://www.screencast.com/t/jMHSbScpo It’s a plugin and that’s why I said that we cannot provide support for untested plugins, sorry!
Thanks for your understanding!
Thank you for your answer. As I mentioned before the question is not about the plugin, but about the theme. This plugin has good support, they answer by e-mail and do it very quickly. And it works as it should, there is no problem with it.
Your theme calls the function “comments_template” in the middle of the Home page. This function is used to load the comments whereever you put it. Read it description here: https://developer.wordpress.org/reference/functions/comments_template/.
Why you put it into the middle of the Home page? It should have been at the bottom of the Home Page as you wrote above. How do I fix it? Please, help…
As to the other pages, everything works ok, your theme puts the comments (function “comments_template”) at the bottom of a page. Ask your developer, he will understand.
Please, fix it… Your theme should put comments at the bottom of the Home Page.
Thank you in advance…
Hi,
If you want to remove that WP function, you need to check the page.php template and remove them from there -> https://www.screencast.com/t/QdKDRTYB1
Thanks.