', '', false )
) );
wp_link_pages( [
'before' => '
' . esc_html__( 'Pages:', 'opalestate-pro' ) . '',
'after' => '
',
'link_before' => '',
'link_after' => '',
] );
?>
. ' . esc_html__( 'Location:', 'opalestate-pro' ) . ''; $output = ''; foreach ( $terms as $term ) { $output .= $term->name; } $output .= ''; echo $output; } ?>