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