⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 archives.php

📁 php168开源网站系统
💻 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 + -