' . esc_html__( 'Pages:', 'amy' ),
'after' => '
',
) );
if ( get_post_meta( get_the_ID(), 'hide_footer', true ) != 1 ) {
amy_content_sidebar();
if ( '' != get_the_author_meta( 'description' ) ) {
get_template_part( 'template-parts/biography' );
}
}
?>