';
echo '
Employees Currently Working
';
echo '
';
echo '
';
//echo 'Do not make add shifts as an admin. Make a test employee account for yourself and open another browser and clockin on the timeclock page there. '; ?>
|
|
|
|
|
|
|
|
|
|
|
|
'shift', 'posts_per_page' => -1)); ?>
have_posts()) : $loop->the_post(); ?>
post->ID);
$employee_clock_in_time = $custom["employee_clock_in_time"][0];
$employee_clock_out_time = $custom["employee_clock_out_time"][0];
$ip_address_in = $custom["ip_address_in"][0];
$location = $custom["location"][0];
if ($location){
$location_name = get_the_title($location);
}
$clock_in = "";
$clock_out = "";
$alternate_class="";
if ($count % 2 == 0) {
$alternate_class="alternate";
}
if ($employee_clock_out_time == null){
?>
|
post->ID);
?>
|
|
|
|
|