الأردن

1 || (sizeOf($topics == 1) && $topics[0]->id != 1)){
// if there’s only 1 topic, make sure it’s not news and communications
echo (“

تدوينات من $topics

“);
foreach($topics as $topic) {
if ($topic->id != 1){ // TODO: Convert this to featured topic
echo(“

slug) . “‘>” . $topic->topic_name . “

“);
echo (“

    “);
    echo (cets_get_recent_posts_from_topic_id_html($topic->id, 8, 0));
    echo (“

“);
echo (“

“);
echo (“

“);
}
}
}
else {
echo(“There are no current topics.”);
}
}

else {

echo (“

Nothing to see here.”);

}
?>


“);
}
else {
echo(“There are no recent posts in this topic.”);
}
}
?>