6 Star 11 Fork 1

天龙八部999 / dajiaForWordpress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
archive.php 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
乡村搬运工 提交于 2014-09-05 22:57 . 部署
<?php get_header();?>
<body>
<div class="layoutA layoutA_C clear">
<div class="top_mod">
<div class="logo_mod" title="<?php bloginfo('name');?>" alt="<?php bloginfo('name');?>"><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name');?></a></div>
</div>
<div class="left">
<div class="authorBox_mod">
<h2>简洁的边栏</h2>
<div class="boxA">
<div class="list clear">
<?php get_sidebar();?>
</div>
</div>
</div>
</div>
<div class="right">
<?php get_template_part("s");?>
<div class="articleList_mod">
<?php get_template_part("meun");?>
<div class="teamList tj">
<div id="lightBlogList">
<?php if(have_posts()): while(have_posts()):the_post(); ?>
<div class="item">
<div class="pt">
<div class="txt clear">
<h2 class="clear"><a href="<?php the_permalink() ?>" ><span class="tj">文章</span><?php the_title(); ?></a></h2>
<h3><?php the_time('Y-m-d H:i:s');?></h3>
<div class="con">
<?php the_excerpt(); ?>
<div class="data"><span class="author"><?php the_author_posts_link(); ?></span><span class="author"><?php the_category(',') ?></span></div>
</div>
</div>
</div>
</div>
<?php endwhile;?>
<?php else : ?>
<?php endif; ?>
<?php pagenavi();?>
</div>
</div>
</div>
<?php get_template_part("footerLink");?>
</div>
</div>
<?php get_footer();?>
PHP
1
https://gitee.com/tianlong999/dajiaForWordpress.git
git@gitee.com:tianlong999/dajiaForWordpress.git
tianlong999
dajiaForWordpress
dajiaForWordpress
master

搜索帮助