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