$parent_title = get_the_title($parent_id);
$current_title = get_the_title($current_id);
// Constructed title logic (case-insensitive match on "events" / "about")
$ct_lower = mb_strtolower( trim($current_title) );
if ( $ct_lower === 'events' ) {
$constructed = sprintf('%s %s', $parent_title, $current_title);
} elseif ( $ct_lower === 'about' ) {
$constructed = sprintf('%s %s', $current_title, $parent_title);
} else {
$constructed = sprintf('%s: %s', $parent_title, $current_title);
}
$final_title = $override_title !== '' ? $override_title : $constructed;
// Image: override URL if provided, else parent featured image
$img_url = '';
if ( $override_img !== '' ) {
$img_url = esc_url($override_img);
} else {
$parent_img = get_the_post_thumbnail_url($parent_id, 'full');
if ( $parent_img ) {
$img_url = esc_url($parent_img);
}
}
?>
1 event found.
Siemens S7-1500 Programming with TIA Portal ($2,400)
Kansas City, MO Branch – GCG 15335 W. 95th St., Lenexa, KS, United StatesThis fast paced three day course assumes the student has a basic knowledge of programming PLCs and focuses on how to use TIA Portal Step 7 Professional software to create a complete PLC system. The focus includes configuration of the Siemens S7-1500 PLC hardware, PROFINET configuration, programming using ladder logic and basic diagnostic functions