Advertisement
wclendining

Sidebar-left.phpWidgets

Mar 20th, 2015
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
  2.    <?php
  3.    wp_list_pages('sort_column=menu_order');
  4.    wp_get_archives('postbypost', 10);
  5.    wp_get_archives('type=monthly');
  6.    wp_list_cats('sort_column=name');
  7.    ?>
  8. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement