wp_list_pages remove link to draft pages
-
I want to show the title of the page with no links to the draft pages.
this is my code<?php
wp_list_pages( array(
‘title_li’ => ”,
‘child_of’ => ‘4721’,
‘post_status’ => ‘publish,draft’
) );
?>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_list_pages remove link to draft pages’ is closed to new replies.