>
Categories :
_x( 'Published in%title', 'Parent post link', 'affiliate-marketing-business' ),
) );
} elseif ( is_singular( 'post' ) ) {
if( get_theme_mod( 'affiliate_marketing_business_enable_single_post_pagination',true) != '') {
// Previous/next post navigation.
the_post_navigation( array(
'next_text' => '' . esc_html(get_theme_mod('affiliate_marketing_business_next_text',__( 'Next page', 'affiliate-marketing-business' ))) . ' ' .
'' . __( 'Newer Posts', 'affiliate-marketing-business' ) . ' ' .
'%title',
'prev_text' => '' .esc_html(get_theme_mod('affiliate_marketing_business_prev_text', __( 'Previous page', 'affiliate-marketing-business' ))) . ' ' .
'' . __( 'Older Posts', 'affiliate-marketing-business' ) . ' ' .
'%title',
) );
}
}
echo '';?>