• Resolved dbirlew

    (@dbirlew)


    Hello, I’m building a theme and just installed Woocommerce for integration. After installing the plugin I noticed that comments_popup_link() stopped displaying on all my posts. Works again when I deactivate all plugins, stops when I activate the Woocommerce core plugin.

    Can’t submit directly to Woo as I haven’t bought an Extension yet. Unfortunately I’m building this locally on my laptop so I can’t link to a page, but I’m happy to provide the following info if anyone can help:

    Windows 7/10
    Xampp 3.2.2 (PHP 5.6.3)
    WordPress 4.9.7 (latest)
    Code:

    <?php } 
    if ( comments_open() ) { ?>
    	<li class="post-comments">
    		<span class="fa fa-comments"></span> <?php comments_popup_link( 'Leave a Comment' ); ?>
    	</li>
    <?php } ?>
    

    Thanks!

    • This topic was modified 6 years, 7 months ago by dbirlew.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce breaking comments_popup_link’ is closed to new replies.