0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
wordpress
/
themes-bak
/
lightword
/
[
Home
]
File: sidebar-child.php
<div class="content-sidebar-2"> <?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Sidebar Child") ) : ?> <h3><?php _e('Pages','lightword'); ?></h3> <ul> <?php wp_list_pages('title_li='); ?> </ul> <h3><?php _e('Categories','lightword'); ?></h3> <ul> <?php wp_list_categories('title_li='); ?> </ul> <h3><?php _e('Blogroll','lightword'); ?></h3> <ul> <?php wp_list_bookmarks('title_li=&categorize=0'); ?> </ul> <h3><?php _e('Archive','lightword'); ?></h3> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <h3><?php _e('Meta','lightword'); ?></h3> <ul> <?php wp_register(); ?> <li><?php wp_loginout(); ?></li> <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS','lightword'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>','lightword'); ?></a></li> <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS','lightword'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>','lightword'); ?></a></li> <?php wp_meta(); ?> </ul> <?php endif; ?> </div>