Guest User

Untitled

a guest
Aug 7th, 2012
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Is this possible to get categories having more than one parent id in wordpress?
  2. $categories1=get_categories('orderby=name&order=ASC&hide_empty=0&parent=4');
  3.  
  4. $categories1=get_categories('orderby=name&order=ASC&hide_empty=0&parent=4,8');
Advertisement
Add Comment
Please, Sign In to add comment