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