?? archives.php
字號:
<?php
/*
Template Name: Archives Template
*/
?>
<?php get_header(); ?>
<div id="primary">
<div class="inside">
<div class="utom">
<h1><?php the_title(); ?></h1>
<p><?php printf(__('This is the frontpage of the %1$s archives. Currently the archives are spanning %2$s posts and %3$s comments, contained within the meager confines of %4$s categories. Through here, you will be able to move down into the archives by way of time or category. If you are looking for something specific, perhaps you should try the search on the sidebar.','k2_domain'), get_bloginfo('name'), $numposts, $numcomms, $numcats) ?></p>
<h3><?php _e('Live Archives'); ?></h3>
<p><?php printf(__('This is a \'live archive\', which allows you to \'dig\' into the %s repository in a fast an efficient way, without having to reload this page as you explore.'), get_bloginfo('name')) ?> </p>
<?php if (function_exists('af_ela_super_archive')) {
af_ela_super_archive();
} ?>
<div class="clear"></div>
</div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -