• Hi there,

    We want to add one more employee to the widget area when selecting an employee, can I import the other employee in the backend? In the coding page?

    I’ve tried to change the code ‘posts_per_page’ to 2, but it will only show the latest update employee, that’s not what I need, can you guys advise me more info?

    $query_args = array(‘post_type’ => ’employee’, ‘p’ => $post_id[0], ‘posts_per_page’ => 2, ‘orderby’ => $orderby, ‘order’ => $order);

    Regards,

  • The topic ‘Add one more employee to widget when selecting exact employee’ is closed to new replies.