The site is www.timhaighreadsbooks.com. I want any comments to display on the home page. How can I achieve that, please? Johnny
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
This is something works for me. See if it works for you. Here are step-by-step instrucions: STEP-1 In your theme's loop-single.php, look for this:
Replace it with this:
STEP-2 Create front-page.php with this content:
|
|||
|
|
|
Create a child theme with a |
|||
|
|
|
Try going to Settings -> Reading -> and set home page (any of your templates with posts) or any category name. |
||||
|
|
|
You need to place this in your index page code, in the place where you want to display your comments:
|
|||
|
|