我在wordpress中遇到帖子分页问题。我有两个类别,假设C编程和C ++编程。我正在编写有关这两种技术的教程,但我希望在帖子页面分类,就像我有以下链接一样。
http://sourabhsomani.com/generate-qr-code-using-igniteui/
在页面底部我得到了其他为C编程编写的教程链接,所以请建议我如何分类分页。
所以C编程的帖子将是C编程类和C ++类的C ++。
由于
答案 0 :(得分:0)
请参阅以下链接,它将有助于如何在类别中进行帖子分页。
https://codex.wordpress.org/Function_Reference/next_post_link
示例:强>
<?php previous_post_link('%link', 'Next: %title »' , true, 'excluded_categories '); ?>
<?php next_post_link('%link', '« Previous: %title', true, 'excluded_categories '); ?>
true:表示下一篇文章是否必须与当前帖子位于同一分类学术语中。如果设置为“true”,则仅显示当前分类术语中的帖子。