Wordpress相关页面

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Wordpress相关页面相关的知识,希望对你有一定的参考价值。

  1. <?php
  2. if($post->post_parent)
  3. $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0&sort_column=ID");
  4. else
  5. $children = "";
  6. if ($children) { ?>
  7. <br /><h2>Folgendes könnte Sie auch interessieren:</h2>
  8. <ul id="related_pages">
  9. <?php echo $children; ?>
  10. </ul>
  11. <?php } ?>

以上是关于Wordpress相关页面的主要内容,如果未能解决你的问题,请参考以下文章

wordpress相关

Wordpress - 与帖子相关的类别列表

wordpress如何自定义分类栏目的title

WordPress 存档页面

在 Wordpress 的函数中使用简码 [重复]

在 wordpress 自定义主题索引上显示页面链接