الصفحة الرئيسية – موقع وظائف


ابحث عن وظيفتك الآن




أهم التصنيفات

    ‘job_listing_category’,
    ‘hide_empty’ => true,
    ));
    if (!empty($categories)) :
    foreach ($categories as $category) :
    echo ‘

  • ‘ . esc_html($category->name) . ‘
  • ‘;
    endforeach;
    else :
    echo ‘

  • لا توجد تصنيفات حالياً
  • ‘;
    endif;
    ?>

أحدث المقالات

    4,
    ‘post_status’ => ‘publish’,
    ));
    if (!empty($recent_posts)) :
    foreach ($recent_posts as $post) :
    echo ‘

  • ‘ . esc_html($post[‘post_title’]) . ‘
  • ‘;
    endforeach;
    else :
    echo ‘

  • لا توجد مقالات حالياً
  • ‘;
    endif;
    ?>