Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Left Sidebar") ) : ?>
- <?php
- wp_list_pages('sort_column=menu_order');
- wp_get_archives('postbypost', 10);
- wp_get_archives('type=monthly');
- wp_list_cats('sort_column=name');
- ?>
- <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement