Advertisement
customhost

Untitled

May 11th, 2013
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.68 KB | None | 0 0
  1.         $args = array(
  2.             'depth'        => 0,
  3.             'show_date'    => '',
  4.             'date_format'  => get_option('date_format'),
  5.             'child_of'     => 0,
  6.             'exclude'      => '',
  7. //             'include'      => '91,93,95',
  8.             'include'      => '',
  9.             'title_li'     => __(' '),
  10.             'echo'         => 1,
  11.             'authors'      => '',
  12.             'sort_column'  => 'menu_order, post_title',
  13.             'link_before'  => '',
  14.             'link_after'   => '',
  15.             'walker'       => '',
  16.             'post_type'    => 'page',
  17.             'post_status'  => 'publish'
  18.         );
  19.         wp_list_pages($args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement