global $polylang;
global $post;
global $wp_query;
$lang = pll_current_language();
if($lang =='en'){
$page_about = 23;
}elseif ($lang =='id') {
$page_about = 25;
}
$child_pages = query_posts('post_per_page=-1&orderby=menu_order&order=asc&post_type=page&post_parent='.$page_about.'');
if ( $child_pages ) :
foreach ( $child_pages as $pageChild ) :
if (is_page( 158 ) || is_page( 174 ) ) {
if($lang =='en'){
$awards = 158;
}elseif ($lang =='id') {
$awards = 174;
}
}
?>
endforeach;
endif;
?>