Hi,
I'm utterly impressed with the plugin 😀 and I want to use this plugin on my website.
I've already downloaded it but can't add on my page. I'm using the Brizy Free Version and my website is www.childrenoftomorrow.in
Will you please take a look and let me know. I really really wanna use this plugin.
Thank you and I look forward to receiving the reply.
Hi @sushant,
You'll need to use the wpforo shortcode. Please follow the steps below:
1. Put the following code in the active theme functions.php file:
function my_wpdiscuz_shortcode() {
$html = "";
if (file_exists(ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php")) {
ob_start();
include_once ABSPATH . "wp-content/plugins/wpdiscuz/themes/default/comment-form.php";
$html = ob_get_clean();
}
return $html;
}
add_shortcode("wpdiscuz_comments", "my_wpdiscuz_shortcode");
2. Add a shortcode section in Brizy plugin settings
3. Use the shortcode:
[wpdiscuz_comments]
Hi Asti,
Thank you so much for reverting back. Can you tell me where do I add the code in the functions.php section? I'm not good with coding 🙂
Also the theme is Astra and Brizy is the builder.
I know how to add shortcode so that's good.
Thank you again!
Thank you!
I added but I see the shortcode on the back end, but not on the front. 🙁
Here's the URL and here's the pic showing plugin visible on the editor end