Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php $category = get_category_by_slug('fruit');
  2. wp_list_categories('hide_empty=1&depth=1&title_li=&child_of='.$category->term_id); ?>
  3.  
  4. Apples = domain.com/fruit/apples
  5. Oranges = domain.com/fruit/oranges
  6.  
  7. $preset_pages = Array(
  8. [55] = > [2559]
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement