progress on #24 to add i18n and wpml support
This commit is contained in:
@@ -7,11 +7,11 @@ get_header(); ?>
|
||||
<div id="main" class="<?php echo get_option('roots_main_class'); ?>" role="main">
|
||||
<div class="container">
|
||||
<?php get_template_part('loop', 'page'); ?>
|
||||
<h2>Pages</h2>
|
||||
<h2><?php _e('Pages', 'roots'); ?></h2>
|
||||
<ul><?php wp_list_pages('sort_column=menu_order&depth=0&title_li='); ?></ul>
|
||||
<h2>Posts</h2>
|
||||
<h2><?php _e('Posts', 'roots'); ?></h2>
|
||||
<ul><?php wp_list_categories('title_li=&hierarchical=0&show_count=1'); ?></ul>
|
||||
<h2>Archives</h2>
|
||||
<h2><?php _e('Archives', 'roots'); ?></h2>
|
||||
<ul><?php wp_get_archives('type=monthly&limit=12'); ?></ul>
|
||||
</div>
|
||||
</div><!-- /#main -->
|
||||
|
||||
Reference in New Issue
Block a user