Guys, an amazing plugin you have here. Simply awesome.
I want to use woodiscuz on my crowdfunding theme site with WP-Crowdfunding plugin as main extension on woocommerce. WooDiscuz would be perfect addition for my site. However, since wp-crowdfunding uses their own product page to display single product, i cant simply use woodiscuz.
Can you guys show me what code to add in order to display wooDiscuz?
Links: WP Crowdfunding: https://wordpress.org/plugins/wp-crowdfunding/
Thank you in advance.
You can use this code and put it in theme file:
<?php
global $wpc;
add_filter('wpneo_crowdfunding_default_single_campaign_tabs',array($wpc,'add_comment_tab'));
?>
<?php
global $wpc;
add_filter('wpneo_crowdfunding_default_single_campaign_tabs',array($wpc,'add_comment_tab'));
?>
Its working.. thank you..