WP:获取父子页计数

Posted

tags:

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

  1. <?php
  2. //get the sub pages for the parent page
  3. $subPages = get_pages('child_of=parent_page_id');
  4. //$i will equal the page number
  5. $i=1;
  6. foreach($subPages as $subs){
  7. //not sure what the exact array key for page_id will be. use var_dump($subPages)to find out
  8. //make the array key the page id for use later (as current_page_id)
  9. $pageNumber[$subs->page_id] = $i;
  10. }
  11. $numberPages = count($pageNumbers);
  12.  
  13. // Then show the page count and number pages for the page you are on.
  14.  
  15. echo 'vewing page '.$pageNumber[current_page_id].' of '.$numberPages;
  16.  
  17. ?>

以上是关于WP:获取父子页计数的主要内容,如果未能解决你的问题,请参考以下文章

父子组合学C++信竞编程:26.简化桶排序基础-计数数组

React 父子组件通信

父子组件传值的几种方式

spring的父子容器

使用 Xpath (HtmlXPathSelector) 获取父子文本

使用 mongodb 聚合获取父子关系