Advertisement
sbrajesh

Untitled

May 24th, 2011
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_action("bp_nav_items","bpnicey_inject_wp_pages");
  2.  
  3. function bpnicey_inject_wp_pages(){
  4.  
  5. wp_list_pages( 'title_li=&depth=1&exclude=' . bp_dtheme_page_on_front() );
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement