Search
Close this search box.

《wordpress 获取单页面page列表》有2条评论

  1. global $post;
    if($post->post_parent){
    $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0");
    } else {
    $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
    }

    回复
  2. global $post;
    if($post->post_parent){
    $children = wp_list_pages("title_li=&child_of=".$post->post_parent."&echo=0");
    } else {
    $children = wp_list_pages("title_li=&child_of=".$post->ID."&echo=0");
    }

    回复

发表评论

Optimized by WPJAM Basic