>
';
the_content(
sprintf(
wp_kses(
/* translators: %s: Name of current post. Only visible to screen readers */
__( 'Continue reading "%s"', 'armonia' ),
array(
'span' => array(
'class' => array(),
),
)
),
wp_kses_post( get_the_title() )
)
);
echo '
';
?>
'
' . esc_html__( 'Pages:', 'armonia' ),
'after' => '
',
)
);
?>