Advertisement
Guest User

Untitled

a guest
Sep 4th, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. $args = array(
  3.   'post_type'=>'portfolio',
  4.   'title_li'=> __('Portfolio')
  5. );
  6. wp_list_pages( $args );
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement