After the kerfuffle of logging in and acquiring the theme, I got to the code:
$comm = get_option( 'woo_comments' );
if ( 'open' == $post->comment_status && ($comm == 'post' || $comm == 'both' ) ) {
comments_template( '', true );
}
Your comments are not showing because in the woothemes settings, they have not been set to show for posts.
In future I recommend you look through all options and configuration panels, a quick skim read should resolve these issues
Related Posts:
- How do I put my comment form above the comments?
- Hide default “Recent Comments” Widget if there are no comments yet
- display comment form for specific post id
- Problems to disable the comments for my statics pages
- WordPress TwentyTen Theme Incompatible with Theme Unit Test
- Remove Commenting on Certain Pages
- linking to an svg through comments_popup_link
- Does Jetpack store comments in local database also? [closed]
- Unable to thread comments because of custom comments.php file
- How to edit the default comment title?
- Lost for direction on how to continue building a theme
- Theme comment callback results nothing
- Adding admin-ajax.php to the frontend. Good or bad idea?
- How do I add support to my theme for custom menus?
- How do I white label my self-hosted site created by wordpress?
- How do I add a new string to a .po or .pot file?
- Free/Open-Source Theme Frameworks as an Alternate to Thesis? [closed]
- can require “themefolder/includes/widgets.php” in “themefolder/functions.php” yet widgets.php doesn’t run
- Multisite: setting theme and options when a new blog is created
- How to use scss in wordpress theme?
- How to get Ajax into a theme – without writing a plugin?
- WordPress as Backend, Laravel Front End: How to connect Routes?
- Updating custom theme that is built from scratch
- How to get themes from wordpress.com per SVN? [closed]
- Edit raw HTML of the landing page
- single.php change into a modal popup bootstrap wordpress
- get_header(‘header2’) not working properly in child themes
- How do you remove Link backs on Theme settings page?
- How do you create a custom WPTouch theme?
- Added a new template file to a theme – get Call to undefined function error
- Theme broken after upgrading to WordPress 4.5, missing stylesheet?
- WordPress Theme for Video Showcase [closed]
- Do not show excerpt in post content
- Widgets menu does not appear under “Appearance” in dashboard
- How to remove comment link title attribute?
- Calling widget via function in themes files (hard code)
- Posts vs. Pages
- What’s the order of loading wordpress elements?
- How to add pagination to my code?
- Creating new templates in child themes breaks layout
- Child theme not working after Parent Theme Update
- Combining wordpress themes
- how to use the slide show of Skylark in showcase?
- Woocommerce StoreFront Showing Incorrect Subtotal in Customer Total
- Switching to a child theme
- CSS Start Fresh option on; main.css still being loaded [closed]
- When creating a WordPress site how can you create different versions of the site with different themes?
- Depending on third party plugins for theme functionality
- What is the correct way to integrate wordpress with another php application?
- How can you showcase premium themes to clients without having to pre-purchase the theme?
- after_setup_theme is called three times
- Losing all my text and entries on ColorWay Theme
- Functions containing parameter ‘yourtheme’
- How do I remove ‘Active Theme’ section from Customizer?
- Cant remove white space on my wordpress [closed]
- Blank line before doctype
- get_the_post_thumbnail() produces different HTML on same arguments
- WordPress Baskerville 2 translation
- .PO file is found but I don’t see translations: how to debug the problem?
- Cannot figure out what element header color is in wordpress theme [closed]
- An unexpected error occurred when add theme
- Searching for themes that post full article on home page by default
- Posts & page twice display
- How to get ONLY the URL of the image that show_media_header returns?
- Create Custom Attachment Template That is Processed from Plugin Folder?
- How to include stylesheet in custom admin using parent_slug
- After installing a free theme, my wordpress turns into text mode when accessing remotely
- why is this script not working on my site
- How would I got about calling a php file every time someone publishes a new post?
- Custom theme – pages in menu
- remove preloader in WordPress theme [closed]
- Pharmacare theme login page / login modal redirection to custom URL
- Flexslider in child theme
- Why my function.php file in theme delete automatically? [closed]
- How to reverse the pagination numbers of an archive?
- Theme translates the_author_posts_link. How can I remove their translation?
- theme installation not working
- Changing a parent theme safely
- Theme CSS missing completely
- How to implement this layout?
- WordPress customizer extremely slow, cant work in it
- Missing privacy policy checkbox on login page (using Enfold theme)
- How exactly does WordPress load themes from api.wordpress.org?
- Themes don’t show up in the dashboard -> Appearance -> Themes
- Let custom text widget use the same font as the theme
- SSL errors when I activate my custom theme
- Theme-based character encoding issue
- How to show taxonomy in WordPress shortcode
- Create a live demo gallery for themes
- No “available widgets” (wordpress 3.2.1 multisite)
- How to create a second index.php?
- Lightword Theme – only one menu item
- How to create an Single-Portfolio page?
- “Parse error: syntax error, unexpected” and the WordPress Theme Editor no longer working!
- My theme is not translated
- Wrong theme being activated
- RTL in posts only [closed]
- Blocking Google Fonts in wordpress website
- I am unable to remove “© 2022 My Blog | PopularFX Theme ” from footer [closed]
- Workaround AJAX calling without directly calling WordPress backend (Admin dashboard) because it is restricted to the end user (the public)