Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 635101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:22:04+00:00 2026-05-13T20:22:04+00:00

I am trying to create a list of sibling pages (not posts) in WordPress

  • 0

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.

<?php
$parent_title = get_the_title($post->post_parent);
echo $parent_title; ?>

As I understand it, you need a page’s id (rather than title) to retrieve a page’s siblings (via wp_list_pages). How can I get the page’s parent’s id?

Alternate approaches are welcome. The goal is to list a page’s siblings, not necessarily just retrieving the parent’s id.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T20:22:05+00:00Added an answer on May 13, 2026 at 8:22 pm

    $post->post_parent is giving you the parent ID, $post->ID will give you the current page ID. So, the following will list a page’s siblings:

    wp_list_pages(array(
        'child_of' => $post->post_parent,
        'exclude' => $post->ID
    ))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a list in Oz using the following code: local Loop10
Trying to create a list to return some JSON data to a view. Following
Working in C# win forms, I'm trying to create a list of items where
I am trying to create a generic list box in OpenGl ES (for the
I'm trying to create a feature that both creates a list template and an
I'm trying to open a file and create a list with each line read
What I'm trying to do is create a PowerShell script which gets a list
I am trying to create a function that given a divid, and a list
I'm trying to create a singly linked list from an input text file for
I am trying to create a list of LINQ to SQL objects which i

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.