>
Categories :
_x( 'Published in%title', 'Parent post link', 'automobile-car-dealer' ),
) );
} elseif ( is_singular( 'post' ) ) {
if( get_theme_mod( 'automobile_car_dealer_enable_single_post_pagination',true) != '')
{
// Previous/next post navigation.
the_post_navigation( array(
'next_text' => '' . esc_html(get_theme_mod('automobile_car_dealer_next_text',__( 'Next page', 'automobile-car-dealer' ))) . ' ' .
'' . __( ' ', 'automobile-car-dealer' ) . ' ' .
'%title',
'prev_text' => '' . esc_html(get_theme_mod('automobile_car_dealer_prev_text',__( 'Previous page', 'automobile-car-dealer' ))) . ' ' .
'' . __( ' ', 'automobile-car-dealer' ) . ' ' .
'%title',
) );
}
}
echo '';?>