Hook it in from your child themes functions file or add the template tag to a front-page.php file
Untested
add_action('loop_end','disqus_front_page_after_loop');
function disqus_front_page_after_loop() {
if (is_front_page() && function_exists( 'comments_template' ) ) {
comments_template();
}
}
Change the loop_end hook to another WordPress or theme specific hook.
If using the template tag, you might want to try adding it before the footer rather than before the end of the loop if it works outside the loop.
Related Posts:
- How to rearrange fields in comment_form()
- Importing old Disqus comments into WordPress
- Getting Post Comments for post ID using WP_Query() and a Custom Loop?
- What are the current recommended best-practices for comments.php?
- How to auto-approve internal pingbacks?
- How to show Disqus comment count number only without text?
- Using Disqus, how to stop storing comments in wp database?
- Disqus over the default commenting engine, what are some pros and cons?
- How To Remove The “Click here to cancel reply” Link From The WordPress Comment Form
- comments_template not working correcly in custom template files
- How to change style of Disqus comment count on main page
- Custom disqus_identifier not properly changing default value
- How to display nothing (instead default) when no user gravatar is present?
- How to not load comments form on post preview?
- Disqus comments and pingback script – how to change the order?
- Comments on homepage (index.php) are duplicated under posts
- How to handle upvotes and downvotes of disqus comments after importing disqus comments to wordpress?
- Highlight comments made by registered users of the site
- I need to disable Disqus comments pre-approval, but i can’t find where
- infinite loop on page with comments after changing comments.php and header.php
- Display last comments on home page
- Removing comment option
- Using Disqus with headless WordPress setup?
- How to import facebook comments to WordPress database?
- Comment text area in single blog post and show comments if approved
- Disqus comments only show up on newest post
- comment files and s
- Disqus moderation page not working in WordPress admin section
- Disqus resetting comment count to 0
- Comments from mobile apps & Disqus
- WordPress is adding above html
- How do I get the comments section to show up?
- Migrate comments to Disqus
- How do I comment out a block of tags in XML?
- R: Comment out block of code
- Why do I get comment spam even with Akismet and Captcha?
- What tools are available for managing/writing to WordPress? [closed]
- setting comments off as default for pages and custom post types?
- Is it possible to pull comments from facebook into your blog?
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Non-threaded comment replies with link to original comment
- Approve comment hook?
- Commenting in user profile page?
- How to change “You must be logged in to post a comment.”
- comment_post_ID 0 (cannot remove from dashboard)
- Disable comments on all posts/pages
- How do I delete all comments from a specific old blog post?
- Removing the “Website” Field from Comments and Replies?
- Stop WordPress redirecting comment-page-1 to the post page?
- How to add a class to the comment submit button?
- How to wrap submit button of comment form with div
- How to find the posts page (home page) programatically
- How to enable comments for pending and draft posts?
- Using WordPress’ WYSIWYG for comments
- Enable Submit Comment Without Page Reload (Using Ajax)?
- What for is the table “wp_commentmeta” exactly?
- Add option to disable comments on a per posts basis?
- Resetting comment count
- When importing – failed to import: Invalid post type feedback
- How to change the email notification recipient (user) for new comments?
- Redirect user to a custom url after submitting the comment
- Paginate result set from $wpdb->get_results()
- Change Comment Author Display Name
- Would switching to InnoDB from MyISAM improve performance of comments table?
- Custom comment type based on thread level
- How to add internal, revision comments to page updates
- How to load and show comments with AJAX instead of pagination?
- Linking to Page Showing Only Comments Without Parent Post
- Comment Reply javascript
- How do we remove the H3 tag for the reply-title I.D
- Comments not appearing at all
- comments reply script not working
- How to display comment form error messages in the same page
- 3 moderators to approve comment
- How to deal with small scale comment spam on small commercial sites? [closed]
- What should I do to make generated avatars different for anonymous comments?
- A plugin where users can comment with Facebook or Twitter or OpenID [closed]
- Check If comment author is registered
- Comments screen in backend, how to disable email address of commenter for non admins
- Add comments from the admin panel?
- How can I limit the number of comments per registered user per day?
- One comment per user per post but be able to reply to existing comments
- How to use a custom comments template
- Comment visibility
- What’s the easiest way to close comments on media/attachments?
- Reverse comment pagination numbers
- Get comments for more than one post
- How can I add comments to a page?
- How to remove comment spam in WordPress
- Post Comments using WP REST API v2 in WordPress
- show number of open comments on custom dashboard
- Show content only if member left a comment
- Add placeholder attribute to comment form fields
- Why do I get accidental comments without (the required) email address?
- How is comment spam received without a comments form?
- Does a reply to a wordpress comment notify the author of the comment?
- human_time_diff() returns “48 years ago” for all comments
- How do I set up real anonymous posting in bbpress forums? [closed]
- Comment Count for each Comment Author
- Link name in comments to Author page? Comment Author Meta in Comments?