Advertisement
wclendining

Index.php-Ancillary1

Mar 19th, 2015
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. wp_list_pages('sort_column=menu_order');
  3. wp_get_archives('postbypost', 10);
  4. wp_get_archives('type=monthly');
  5. wp_list_cats('sort_column=name');
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement