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