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