Notifications
Clear all

WooDiscuz integration with WP-crowdfund

2 Posts
2 Users
0 Likes
1,822 Views
 inra
(@inra)
New Member
Joined: 7 years ago
Posts: 2
Topic starter  

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.


   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4171
 

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'));
?>

   
ReplyQuote
 inra
(@inra)
New Member
Joined: 7 years ago
Posts: 2
Topic starter  

<?php
global $wpc;
add_filter('wpneo_crowdfunding_default_single_campaign_tabs',array($wpc,'add_comment_tab'));
?>

Its working.. thank you..


   
ReplyQuote
Share:
Scroll to top