→', 'architecture-construction' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '
"', '"', false )
) );
}else{
$architecture_construction_excerpt_length = get_theme_mod('architecture_construction_post_excerpt_length' ,20);
$content = get_the_content();
echo esc_html(wp_trim_words($content, $architecture_construction_excerpt_length));
}
wp_link_pages( array(
'before' => '
' . esc_html__( 'Pages:', 'architecture-construction' ),
'after' => '
',
) );
?>