Home › Forums › WordPress Themes – Premium › Lavish Pro › How to show comment box on front page under Blog
Can you help me. I would like for my readers to see the comment box directly below the Blog Posts on the front page without having to click on the blog. How do I do this. Thank you.
Hello Alison Schuster,
The changes you are trying to make is a customization work. Custom changes need to be made inside the theme file.
But if you are technically sound in wordpress and understand the theme files properly you can take the following reference or else it may mess up your theme;
1. Go to your index.php file and make changes.
2. You can simply add inside index.php file within your particular blog style,
i.e just below the function get_template_part(). for instance;
get_template_part( 'content', get_post_format() );
comment_form();
Note: 1. Be sure to make changes in the child theme so that the contents won’t lost upon theme updates.
2. Apply front page display setting correctly under settings >> Reading >> Front page displays.
Regards,
Bidur
With our premium themes, we offer access to site documentation, video tutorials and timely support. Even if you have just started on WordPress, our support staff have the patience to help you create appealing sites gracefully.
Company
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.To find out more, including how to control cookies, see here: Privacy Policy
© Copyright © 2023 Styled Themes. All Right Reserved.