How can I retrieve a list of a Wordpress page's sibling pages?

后端 未结 4 1908
忘了有多久
忘了有多久 2021-02-19 04:08

I am trying to create a list of sibling pages (not posts) in WordPress to populate a page\'s sidebar. The code I\'ve written successfully returns a page\'s parent\'s title.

4条回答
  •  自闭症患者
    2021-02-19 04:56

    post_parent): ?>
    post_parent.'&echo=0'); ?>
    
    ID.'&echo=0'); ?>
    
    
    

    Don't use the exclude parameter, just target that .current_page_item to differentiate.

提交回复
热议问题