"%s"', 'alley' ),
array(
'span' => array(
'class' => array(),
),
)
),
wp_kses_post( get_the_title() )
)
);
wp_link_pages(
array(
'before' => '
' ',
'next_text' => ' ',
)
);
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
?>
' . esc_html__( 'Pages:', 'alley' ),
'after' => '
',
)
);
?>