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