/home/desid573/public_html/magicride.ng/wp-content/themes/twentysixteen
Edit: /home/desid573/public_html/magicride.ng/wp-content/themes/twentysixteen/single.php (1744B)
_x( 'Published in%title', 'Parent post link', 'twentysixteen' ),
)
);
} elseif ( is_singular( 'post' ) ) {
// Previous/next post navigation.
the_post_navigation(
array(
'next_text' => '' . __( 'Next', 'twentysixteen' ) . ' ' .
'' . __( 'Next post:', 'twentysixteen' ) . ' ' .
'%title',
'prev_text' => '' . __( 'Previous', 'twentysixteen' ) . ' ' .
'' . __( 'Previous post:', 'twentysixteen' ) . ' ' .
'%title',
)
);
}
// End of the loop.
endwhile;
?>