1 Star 2 Fork 0

Jason Lee / WasONE-themes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
page.php 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
Jason Lee 提交于 2019-05-08 12:50 . 第一次提交WasONE-themes
<?php
/*
Template Name: 通用页面
*/
?>
<?php get_header(); ?>
<div id="big-sousuo" class="big-sousuo flex">
<label class="screen-reader-text" for="s"></label>
<form>
<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" placeholder="search...">
<button type="submit"></button>
</form>
</div>
<!-- 主体 -->
<div class="page-main-box">
<div class="main-box">
<header class="open-header">
<div class="inner">
<div class="wp">
<span class="doc-touxiang"></span>
<h1 class="open-title"><?php the_title(); ?> </h1>
</div>
</div>
</header>
<div id="page-main" class="page-main">
<?php if( have_posts() ) : while( have_posts() ) : the_post(); ?>
<article id="page" class="page">
<div class="article-content">
<?php the_content(); ?>
</div>
</article>
</div>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
<?php get_footer(); ?>
PHP
1
https://gitee.com/dream_xiaojia/WasONE-themes.git
git@gitee.com:dream_xiaojia/WasONE-themes.git
dream_xiaojia
WasONE-themes
WasONE-themes
master

搜索帮助