عدد المحاضرات :[insert_php]
$args = array(
‘cat’ => 181,
);
$the_query = new WP_Query( $args );
echo $the_query->found_posts;
[/insert_php]
عدد المحاضرات :[insert_php]
$args = array(
‘cat’ => 182,
);
$the_query = new WP_Query( $args );
echo $the_query->found_posts;
[/insert_php]
عدد المحاضرات :[insert_php]
$args = array(
‘cat’ => 184,
);
$the_query = new WP_Query( $args );
echo $the_query->found_posts;
[/insert_php]
عدد المحاضرات :[insert_php]
$args = array(
‘cat’ => 186,
);
$the_query = new WP_Query( $args );
echo $the_query->found_posts;
[/insert_php]