Hi Team!
How to add Next question/Prev question links at the end of each question.
Like: http://demo.designwall.com/dwqa/question/how-to-upgrade-into-the-pro-version/
1 Answers
You can add the following code to your single.php file in your theme folder.
<?php the_post_navigation(); ?>
Please login or Register to submit your answer