Forums

Removing page list from child page (2 posts)

  1. nitin2r
    Member
    Posted 1 year ago #

    Hello friends
    in my site I am trying to make child pages lists on parent page but remove this list fro the child pages
    The same list is also comes in child page also
    so can anyone tell me the way how do I remove this list form the child pages.

    Thanks in advance

  2. esmi
    Theme Diva & Forum Moderator
    Posted 1 year ago #

    Try:

    <?php if( !$post->post_parent ) {
    	<ul>
    	<?php
    	wp_list_pages('title_li=&child_of='.$post->ID.'&show_date=modified
    	&date_format=$date_format'); ?>
    	</ul>
    }

Topic Closed

This topic has been closed to new replies.

About this Topic