Hi,
Using Learndash plugin and customized it to show the course sections under different tabs.
Would like WPDiscuz to appear under the Discussion tab only, but currently shows up under each tab (since the sections are technically on same page)
Can you recommend any solution on how I can limit it?
here is a start to the logic but not working yet - attached some screenshots.
if( $tab4 ) {
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
}
I'm sorry but I have no clue. We don't provide codding support. You should find some developer to do this job for you.
djalen, did you ever get this to work fully? I'd LOVE to do the same thing (separate course sections and discussion on their own tabs) on my site. Would you please share how you accomplished this? Thank you!