_x( '
Published in%title', 'Parent post link', 'animal-pet-store' ),
) );
} elseif ( is_singular( 'post' ) ) {
// Previous/next post navigation.
the_post_navigation( array(
'next_text' => '
' . __( 'Next:', 'animal-pet-store' ) . ' ' .
'
%title',
'prev_text' => '
' . __( 'Previous:', 'animal-pet-store' ) . ' ' .
'
%title',
) );
} ?>