Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Organic Tabs do not switch between tabs Re: Organic Tabs do not switch between tabs

#130291
scottcarlton
Member

I can’t see to get this to work with a wordpress query for terms because I can’t seem to get a current and hide class on my elements. My code is below.

?>
$args = array( ‘taxonomy’ => ‘faq_category’,
‘order’ => ‘DESC’,
‘hide_empty’ => 0,
‘parent’ => 0 );

$terms = get_terms(‘faq_category’, $args);
$count = count($terms);
if ( $count > 0 ){
echo ‘

‘;
} ?>

$faq_name = $faq_cat->name;
$category_id = get_cat_ID($faq_name);
?>

    “>Q:


    ‘faq_post’, ‘faq_category’ => $faq_name, ‘order’ => ‘ASC’ ) ); ?>
    have_posts() ) : $loop->the_post(); ?>

    Back to the top


This outputs

    Q: Are adolescent groups the same as adult groups?

    Q: Are adolescent groups the same as adult groups?

    The first step to becoming a MTS lay facilitator is to do your own work by going through your own MTS small support group as a participant. This not only provides understanding of the group process and how it works, but it allows you to experience healing from the distortions of your own original design and therefore understand what future participants will experience themselves.

     

    After you have completed your MTS small support group and feel you are ready to take the next step, we encourage you to speak to your church pastor about their support of this ministry at your church. You may have taken this step earlier which is wonderful. We just want to reiterate that it is very important that the church recognizes and supports you in this role. There is a facilitator application we encourage the church to use to interview and screen potential MTS small support group lay facilitators.

     

    Finally you will need to either attend a live weekend training (usually held once per year) or watch the MTS Facilitator Training DVD’s (available in our MTS Store). After completing these steps you are technically ready to facilitate a group. We do have a facilitator guide available in the MTS Store that provides questions to ask yourself to see if you are ready to facilitate, group forms, and additional information about facilitation of a MTS small support group. We recommend all MTS lay facilitators have a copy of this resource.

    Back to the top

Any Ideas or references I can go to? Thanks for the help!